keystone/keystone/tests/unit
Brant Knudson 9e9c442b83 Correct test to support changing N release name
oslo.log is going to change to use Newton rather than N so this test
should not make an assumption about the way that
versionutils.deprecated is calling report_deprecated_feature.

Change-Id: I06aa6d085232376811f73597b2d84b5174bc7a8d
Closes-Bug: 1561121
(cherry picked from commit 8556437ee0)
2016-04-25 13:43:50 -05:00
..
auth Use stevedore for auth drivers 2015-06-18 21:04:14 -05:00
backend Relax newly imposed sql driver restriction for domain config 2015-09-19 08:11:22 +01:00
catalog Merge "Tests use common base class" 2015-04-10 17:31:45 +00:00
common Correct test to support changing N release name 2016-04-25 13:43:50 -05:00
config_files Merge "Switch from MySQL-python to PyMySQL" 2015-07-16 16:18:37 +00:00
contrib Reject rule if assertion type unset 2015-09-15 10:25:47 +10: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 Use oslo.log fixture 2015-09-09 13:54:30 -05:00
token Merge "Handle 16-char non-uuid user IDs in payload" into stable/liberty 2015-10-17 04:27:58 +00:00
__init__.py Removes py3 test import hacks 2015-09-04 18:20:44 +00:00
core.py Fix trust redelegation and associated test 2016-01-26 22:49:42 +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 Reject rule if assertion type unset 2015-09-15 10:25:47 +10:00
rest.py Merge "Refactor: Don't hard code the error code" 2015-09-14 01:58:49 +00:00
test_associate_project_endpoint_extension.py Ensure endpoints returned is filtered correctly 2016-01-11 04:51:38 +00:00
test_auth.py Merge "Do not revoke all of a user's tokens when a role assignment is deleted" 2015-09-11 17:47:34 +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 Fix users in group and groups for user exact filters 2016-01-15 04:53:43 +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 Escape DN in enabled query 2016-01-31 09:03:19 -06: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 Add audit IDs to revocation events 2016-01-11 14:35:05 -06: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 Show v3 endpoints in v2 endpoint list 2015-10-01 22:24:59 +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 Merge "Refactor: Don't hard code the error code" 2015-09-14 01:58:49 +00:00
test_no_admin_token_auth.py Merge "Refactor: Don't hard code the error code" 2015-09-14 01:58:49 +00:00
test_policy.py Switch to post-versioning 2015-10-15 13:28:27 -05: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 Skip rows with empty remote_ids 2015-09-30 21:52:23 +00:00
test_sql_upgrade.py Relax newly imposed sql driver restriction for domain config 2015-09-19 08:11:22 +01: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 Fix 500 error when no fernet token is passed 2016-01-05 15:42:20 -08: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 Refactor: Don't hard code the error code 2015-09-13 19:21:56 -05: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 Merge "Refactor: Don't hard code the error code" 2015-09-14 01:58:49 +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 Revert "Validate domain ownership for v2 tokens" 2016-01-29 16:59:13 +00:00
test_v3_auth.py Merge "Revert "Validate domain ownership for v2 tokens"" into stable/liberty 2016-01-31 23:15:32 +00:00
test_v3_catalog.py Merge "Refactor: Don't hard code the error code" 2015-09-14 01:58:49 +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 Refactor: Don't hard code the error code 2015-09-13 19:21:56 -05:00
test_v3_domain_config.py Refactor: Don't hard code the error code 2015-09-13 19:21:56 -05:00
test_v3_endpoint_policy.py Refactor: Don't hard code the error code 2015-09-13 19:21:56 -05:00
test_v3_federation.py Make WebSSO trusted_dashboard hostname case-insensitive 2016-02-17 14:30:30 -08:00
test_v3_filters.py Handles Python3 builtin changes 2015-05-08 11:10:08 +00:00
test_v3_identity.py Issue deprecation warning if domain_id not specified in create call 2015-09-16 16:10:05 -05:00
test_v3_oauth1.py Refactor: Don't hard code the error code 2015-09-13 19:21:56 -05:00
test_v3_os_revoke.py Refactor: Don't hard code the error code 2015-09-13 19:21:56 -05:00
test_v3_policy.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
test_v3_protection.py Merge "Refactor: Don't hard code the error code" 2015-09-14 01:58:49 +00:00
test_validation.py Fix schema validation to use JSONSchema for empty entity 2016-01-29 10:12:32 -06:00
test_versions.py Merge "Move TestClient to test_versions" 2015-09-14 22:28:26 +00:00
test_wsgi.py Merge "Refactor: Don't hard code the error code" 2015-09-14 01:58:49 +00:00
utils.py Remove unused checkout_vendor 2015-03-08 12:50:04 -05:00