keystone/keystone/tests/unit
Brant Knudson 93b7f95625 Change tests to use common name for keystone.tests.unit
In several test files, the keystone.tests.unit import was aliased as
tests. This made it difficult to do global renames. 

Change-Id: I1e4798c76d53f265b921ef26e2a0141fc504ce69
2015-09-04 18:21:42 +00:00
..
auth Use stevedore for auth drivers 2015-06-18 21:04:14 -05:00
backend Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
catalog Merge "Tests use common base class" 2015-04-10 17:31:45 +00:00
common Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
config_files Merge "Switch from MySQL-python to PyMySQL" 2015-07-16 16:18:37 +00:00
contrib Refactor mapping rule engine tests to not create servers 2015-08-29 16:25:09 +00:00
identity Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
ksfixtures Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
saml2 Add openstack_user_domain to assertion 2015-05-04 14:33:48 -03:00
tests Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
token Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
__init__.py Adds caching to paste deploy's egg lookup 2015-09-01 19:40:54 +00:00
core.py Merge "Provide new_xyz_ref functions in tests.core" 2015-09-02 22:59:27 +00:00
default_catalog.templates Move existing tests to unit 2015-02-13 15:54:29 -06:00
default_fixtures.py Add is_domain field in Project Table 2015-08-18 16:05:25 -03:00
fakeldap.py Improve a few random docstrings 2015-08-14 09:41:11 +08: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 Tokenless authz with X.509 SSL client certificate 2015-09-02 15:10:31 -07:00
rest.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_associate_project_endpoint_extension.py Use short names for drivers 2015-05-10 10:12:45 -05:00
test_auth.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_auth_plugin.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_backend.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +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 Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_backend_ldap.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_backend_ldap_pool.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_backend_rules.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_backend_sql.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_backend_templated.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_cache.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_cache_backend_mongo.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_catalog.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_cert_setup.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_cli.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_config.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_contrib_ec2.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_contrib_s3_core.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00: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 Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_hacking_checks.py Remove oslo import hacking check 2015-08-03 09:58:55 -05:00
test_ipv6.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_kvs.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_ldap_livetest.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_ldap_pool_livetest.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_ldap_tls_livetest.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_middleware.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_no_admin_token_auth.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_policy.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_revoke.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_singular_plural.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
test_sql_livetest.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +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 Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_ssl.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_token_bind.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_token_provider.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_url_middleware.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_v2.py Maintain the expiry of v2 fernet tokens 2015-08-12 18:23:56 +00:00
test_v2_controller.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_v2_keystoneclient.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_v3.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_v3_assignment.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_v3_auth.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_v3_catalog.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_v3_controller.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +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 Remove reference of old endpoint_policy in paste file 2015-08-07 11:18:02 -07:00
test_v3_federation.py Merge "Add federated auth for idp specific websso" 2015-09-03 10:48:28 +00:00
test_v3_filters.py Handles Python3 builtin changes 2015-05-08 11:10:08 +00:00
test_v3_identity.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00: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 Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_validation.py Add testcase to test invalid region id in request 2015-08-22 14:23:48 +08:00
test_versions.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
test_wsgi.py Change tests to use common name for keystone.tests.unit 2015-09-04 18:21:42 +00:00
utils.py Remove unused checkout_vendor 2015-03-08 12:50:04 -05:00