keystone/keystone/tests/unit
Brant Knudson 1a615fb5e2 Stop calling deprecated assignment manager methods
Several methods are deprecated in assignment.Manager since they've
been moved to the role and resource managers, but there were still
several places where the old deprecated methods were being called.

The places where the deprecated methods are called (except in the
case of testing deprecated support) are changed to use the new
location.

Closes-Bug: 1482660
Change-Id: Ic88401a6d0458aa227c15ab93a5b6a36436da33d
2015-08-07 14:16:42 -05:00
..
auth Use stevedore for auth drivers 2015-06-18 21:04:14 -05:00
backend Use short names for drivers 2015-05-10 10:12:45 -05:00
catalog Merge "Tests use common base class" 2015-04-10 17:31:45 +00:00
common Stop calling deprecated assignment manager methods 2015-08-07 14:16:42 -05:00
config_files Merge "Switch from MySQL-python to PyMySQL" 2015-07-16 16:18:37 +00:00
identity Merge "Use short names for drivers" 2015-05-11 11:18:42 +00:00
ksfixtures Removes unused database setup code 2015-05-29 18:06:46 +00:00
saml2 Add openstack_user_domain to assertion 2015-05-04 14:33:48 -03:00
tests Refactor deprecations tests 2015-05-20 21:51:24 +00:00
token Merge "Handle non-numeric files in key_repository" 2015-07-30 13:22:27 +00:00
__init__.py Add mocking for memcache for Python3 tests 2015-05-21 16:33:57 +00:00
core.py Use dict.items() rather than six.iteritems() 2015-08-02 09:53:45 -05:00
default_catalog.templates Move existing tests to unit 2015-02-13 15:54:29 -06:00
default_fixtures.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
fakeldap.py Use dict.items() rather than six.iteritems() 2015-08-02 09:53:45 -05:00
federation_fixtures.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
filtering.py Stop calling deprecated assignment manager methods 2015-08-07 14:16:42 -05:00
identity_mapping.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
mapping_fixtures.py Handles Python3 builtin changes 2015-05-08 11:10:08 +00:00
rest.py Use dict.items() rather than six.iteritems() 2015-08-02 09:53:45 -05:00
test_associate_project_endpoint_extension.py Use short names for drivers 2015-05-10 10:12:45 -05:00
test_auth.py Reuse token_ref fetched in AuthContextMiddleware. 2015-07-23 10:49:12 -07:00
test_auth_plugin.py Tests don't override default auth methods/plugins 2015-05-22 13:49:12 -05:00
test_backend.py Fixes an issue with data ordering in the tests 2015-08-06 19:10:32 +00:00
test_backend_endpoint_policy.py Handles Python3 builtin changes 2015-05-08 11:10:08 +00:00
test_backend_endpoint_policy_sql.py Fixes the SQL model tests 2015-03-08 05:34:48 +00:00
test_backend_federation_sql.py Add relay_state_prefix to Service Provider 2015-03-28 06:29:00 +00:00
test_backend_id_mapping_sql.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
test_backend_kvs.py Switch from deprecated isotime 2015-06-03 08:31:31 -05:00
test_backend_ldap.py Implement backend filtering on membership queries 2015-07-17 13:49:07 +03:00
test_backend_ldap_pool.py Implemented caching in identity layer. 2015-03-02 15:22:06 +05:30
test_backend_rules.py Use short names for drivers 2015-05-10 10:12:45 -05:00
test_backend_sql.py Implement backend filtering on membership queries 2015-07-17 13:49:07 +03:00
test_backend_templated.py Adds missing list_endpoints tests 2015-07-31 05:49:24 +00:00
test_cache.py Make the default cache time more explicit in code 2015-03-02 14:39:49 -08:00
test_cache_backend_mongo.py Use dict.items() rather than six.iteritems() 2015-08-02 09:53:45 -05:00
test_catalog.py Use dict.items() rather than six.iteritems() 2015-08-02 09:53:45 -05:00
test_cert_setup.py Use short names for drivers 2015-05-10 10:12:45 -05:00
test_cli.py Move cli.py into keystone.cmd 2015-07-17 23:46:45 +00:00
test_config.py Short names for auth plugins 2015-06-22 17:48:11 -05:00
test_contrib_ec2.py Fix the incorrect format for docstring 2015-07-09 20:39:29 +08:00
test_contrib_s3_core.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
test_contrib_simple_cert.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
test_driver_hints.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
test_exception.py Fix test_exception.py for py34 2015-07-22 21:07:54 -05:00
test_hacking_checks.py Moves keystone.hacking into keystone.tests 2015-07-17 06:17:30 +00:00
test_ipv6.py Fix the wrong order of parameters when using assertEqual 2015-03-07 01:43:52 +08:00
test_kvs.py Fixes use of dict methods for Python3 2015-05-08 11:10:08 +00:00
test_ldap_livetest.py Remove unnecessary ldap imports 2015-07-18 23:50:53 -07:00
test_ldap_pool_livetest.py Remove redundant config 2015-06-20 10:36:26 +08:00
test_ldap_tls_livetest.py Remove unnecessary ldap imports 2015-07-18 23:50:53 -07:00
test_middleware.py Consistently use oslo_config.cfg.CONF 2015-02-18 09:04:05 -06:00
test_no_admin_token_auth.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
test_policy.py Document policy target for operation 2015-07-20 16:44:26 -05:00
test_revoke.py Remove unused setUp for RevokeTests 2015-06-29 18:41:14 +00:00
test_singular_plural.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
test_sql_livetest.py Refactoring: remove self._config_file_list from TestCase 2015-03-09 16:29:44 +00:00
test_sql_migrate_extensions.py Add relay_state_prefix to Service Provider 2015-03-28 06:29:00 +00:00
test_sql_upgrade.py Use dict.items() rather than six.iteritems() 2015-08-02 09:53:45 -05:00
test_ssl.py Skip SSL tests because some platforms do not enable SSLv3 2015-04-06 15:41:29 -07:00
test_token_bind.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
test_token_provider.py Switch from deprecated isotime 2015-06-03 08:31:31 -05:00
test_url_middleware.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
test_v2.py Use short names for drivers 2015-05-10 10:12:45 -05:00
test_v2_controller.py Remove parent_id in v2 tenant response 2015-03-25 01:23:56 +00:00
test_v2_keystoneclient.py Handles Python3 builtin changes 2015-05-08 11:10:08 +00:00
test_v2_keystoneclient_sql.py move region and service exist checks into manager layer 2015-03-11 09:04:54 +08:00
test_v3.py Use dict.items() rather than six.iteritems() 2015-08-02 09:53:45 -05:00
test_v3_assignment.py Stop calling deprecated assignment manager methods 2015-08-07 14:16:42 -05:00
test_v3_auth.py Stop calling deprecated assignment manager methods 2015-08-07 14:16:42 -05:00
test_v3_catalog.py Reject create endpoint with invalid urls 2015-07-30 23:55:56 -04:00
test_v3_controller.py Handles Python3 builtin changes 2015-05-08 11:10:08 +00:00
test_v3_credential.py Merge "add missing links for v3 OS-EC2 API response" 2015-03-25 20:45:29 +00:00
test_v3_domain_config.py Add API support for domain config 2015-03-08 18:22:42 +00:00
test_v3_endpoint_policy.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
test_v3_federation.py Fix unbound error in federation _sign_assertion 2015-08-04 12:07:13 +02:00
test_v3_filters.py Handles Python3 builtin changes 2015-05-08 11:10:08 +00:00
test_v3_identity.py Mask passwords in debug log on user password operations 2015-06-19 15:14:39 -05:00
test_v3_oauth1.py Tests don't override default auth methods/plugins 2015-05-22 13:49:12 -05:00
test_v3_os_revoke.py Switch from deprecated isotime 2015-06-03 08:31:31 -05:00
test_v3_policy.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
test_v3_protection.py Allow Domain Admin to get domain details 2015-08-05 17:32:01 -07:00
test_validation.py Implement validation on the Identity V3 API 2015-05-01 12:47:05 -05:00
test_versions.py Merge "Fix test_admin to expect admin endpoint" 2015-07-31 12:16:56 +00:00
test_wsgi.py Python 3: Use range instead of xrange for py3 compatibility. 2015-06-23 18:18:47 +05:30
utils.py Remove unused checkout_vendor 2015-03-08 12:50:04 -05:00