keystone/keystone/tests
Adam Young 345bfacaeb Allow for multiple PKI Style Providers
PKIZ will break the existing check in SimpleCert:

A PKIZ provider would mean that no certs could be issued
with a wider array of PKI style Providers possible in the future
this check is going to break all of them, or require them all
to force changes to this code.
Closes-Bug: 1328201

Change-Id: Ia82822b4997473466bd43a3a956e0f85c09e8aa2
2014-06-16 03:07:13 +00:00
..
config_files Move test .conf files to keystone/tests/config_files 2014-03-17 00:21:27 -07:00
ksfixtures Merge "Fix cache configuration checks" 2014-05-03 16:27:19 +00:00
tmp Move 'tests' directory into 'keystone' package 2013-08-14 01:30:01 -03:00
unit LDAP fix for get_roles_for_user_and_project user=group ID 2014-05-22 08:58:37 -05:00
__init__.py First real Python 3 tests 2014-04-24 19:27:41 +00:00
core.py enable multiple keystone-all worker processes 2014-06-13 10:21:01 +00:00
default_catalog.templates rename templated.TemplatedCatalog to templated.Catalog 2014-01-16 08:18:15 -06:00
default_fixtures.py Very minor cleanup to default_fixtures 2014-03-12 18:09:10 +00:00
fakeldap.py LDAP fix for get_roles_for_user_and_project user=group ID 2014-05-22 08:58:37 -05:00
filtering.py Remove vim header 2014-02-08 23:54:04 +08:00
mapping_fixtures.py Mapping engine does not handle regex properly 2014-05-20 22:58:29 -04:00
matchers.py Remove vim header 2014-02-08 23:54:04 +08:00
rest.py Merge "Remove redundant default value None for dict.get" 2014-02-25 15:42:01 +00:00
test_associate_project_endpoint_extension.py Use in-memory SQLite for testing 2014-03-27 07:45:59 -05:00
test_auth.py Refactor test_auth trust related tests 2014-05-14 21:38:28 +03:00
test_auth_plugin.py Replace assertTrue and assertFalse with more suitable asserts 2014-05-26 14:33:18 +04:00
test_backend.py Merge "Refactor driver_hints" 2014-05-31 10:50:55 +00:00
test_backend_federation_sql.py Remove vim header 2014-02-08 23:54:04 +08:00
test_backend_kvs.py Catalog driver generates v3 catalog from v2 catalog 2014-06-03 19:21:31 -05:00
test_backend_ldap.py Merge "Unimplemented get roles by group for project list" 2014-06-03 23:03:27 +00:00
test_backend_rules.py Removal of test .conf files 2014-03-17 00:17:39 -07:00
test_backend_sql.py Moves test database setup/teardown into a fixture 2014-04-15 16:40:34 +00:00
test_backend_templated.py Catalog driver generates v3 catalog from v2 catalog 2014-06-03 19:21:31 -05:00
test_base64utils.py Fix assertEqual arguments order(auth_plugin, backend, backend_sql, etc) 2014-03-27 10:51:43 -07:00
test_cache.py Replace assertTrue and assertFalse with more suitable asserts 2014-05-26 14:33:18 +04:00
test_cache_backend_mongo.py First real Python 3 tests 2014-04-24 19:27:41 +00:00
test_catalog.py Replace assertTrue and assertFalse with more suitable asserts 2014-05-26 14:33:18 +04:00
test_cert_setup.py Merge "Cleanup of test_cert_setup tests" 2014-04-17 23:41:11 +00:00
test_config.py Fix assertEqual arguments order(catalog, cert_setup, etc) 2014-04-03 20:11:29 +09:00
test_content_types.py Configurable token hash algorithm 2014-04-09 19:27:39 -05:00
test_contrib_s3_core.py Remove vim header 2014-02-08 23:54:04 +08:00
test_contrib_simple_cert.py Allow for multiple PKI Style Providers 2014-06-16 03:07:13 +00:00
test_contrib_stats_core.py Remove vim header 2014-02-08 23:54:04 +08:00
test_driver_hints.py Refactor driver_hints 2014-05-28 09:17:10 +03:00
test_exception.py indicate that sensitive messages can be disabled 2014-05-27 15:54:02 -05:00
test_hacking_checks.py Move hacking code to a separate fixture 2014-04-28 20:15:39 +00:00
test_injection.py Fix assertEqual arguments order(catalog, cert_setup, etc) 2014-04-03 20:11:29 +09:00
test_ipv6.py Rename keystone.tests.fixtures 2014-03-25 01:10:54 +00:00
test_keystoneclient.py Replace assertTrue and assertFalse with more suitable asserts 2014-05-26 14:33:18 +04:00
test_keystoneclient_sql.py Merge "Fix the order of assertEqual arguments(keystoneclient, kvs, etc)" 2014-03-31 18:00:21 +00:00
test_kvs.py Merge "Fix the order of assertEqual arguments(keystoneclient, kvs, etc)" 2014-03-31 18:00:21 +00:00
test_ldap_livetest.py Properly handle unicode & utf-8 in LDAP 2014-03-27 10:39:05 -04:00
test_ldap_tls_livetest.py Make LIVE Tests configurable with ENV 2014-03-17 13:52:55 -07:00
test_matchers.py Start using to oslotest 2014-03-20 16:30:32 +00:00
test_middleware.py Fix the order of assertEqual arguments(keystoneclient, kvs, etc) 2014-03-01 01:21:24 +09:00
test_no_admin_token_auth.py Remove vim header 2014-02-08 23:54:04 +08:00
test_notifications.py fixed several pep8 issues 2014-06-03 07:16:16 +02:00
test_pemutils.py Replace assertEqual(None, *) with assertIsNone in tests 2014-02-25 10:46:52 +08:00
test_policy.py Fixed the policy tests in Python 3 2014-05-05 11:27:42 +00:00
test_revoke.py Merge "Added statement for ... if ... else" 2014-04-25 10:13:04 +00:00
test_s3_token_middleware.py Start using to oslotest 2014-03-20 16:30:32 +00:00
test_serializer.py Remove vim header 2014-02-08 23:54:04 +08:00
test_singular_plural.py Remove vim header 2014-02-08 23:54:04 +08:00
test_sizelimit.py Fixed the size limit tests in Python 3 2014-05-05 11:27:42 +00:00
test_sql_livetest.py Make LIVE Tests configurable with ENV 2014-03-17 13:52:55 -07:00
test_sql_migrate_extensions.py Correct `nullable` values in models and migrations 2014-04-29 16:13:51 +03:00
test_sql_upgrade.py Migration DB_INIT_VERSION in common place 2014-04-29 16:13:56 +03:00
test_ssl.py Rename keystone.tests.fixtures 2014-03-25 01:10:54 +00:00
test_token_bind.py Use config fixture 2014-03-07 15:21:34 -08:00
test_token_provider.py Merge "Fix test_provider_token_expiration_validation transient failure" 2014-03-28 19:40:33 +00:00
test_url_middleware.py Remove vim header 2014-02-08 23:54:04 +08:00
test_utils.py Remove LDAP password hashing code 2014-04-17 10:35:50 -07:00
test_v2_controller.py Fix get project users when no user exists 2014-03-01 10:16:36 -06:00
test_v3.py Make sure all the auth plugins agree on the shared identity attributes. 2014-06-04 10:11:00 -05:00
test_v3_auth.py Block delegation escalation of privilege 2014-06-12 11:16:53 -04:00
test_v3_catalog.py Merge "Allow 'description' in V3 Regions to be optional" 2014-05-02 03:50:33 +00:00
test_v3_controller.py replaced unicode() with six.text_type() 2014-05-26 11:13:03 +02:00
test_v3_credential.py Use config fixture 2014-03-07 15:21:34 -08:00
test_v3_federation.py Mapping engine does not handle regex properly 2014-05-20 22:58:29 -04:00
test_v3_filters.py Use in-memory SQLite for testing 2014-03-27 07:45:59 -05:00
test_v3_identity.py Fixes typo error in Keystone 2014-06-12 12:56:58 +00:00
test_v3_oauth1.py Block delegation escalation of privilege 2014-06-12 11:16:53 -04:00
test_v3_os_revoke.py replaced unicode() with six.text_type() 2014-05-26 11:13:03 +02:00
test_v3_policy.py Remove vim header 2014-02-08 23:54:04 +08:00
test_v3_protection.py Use in-memory SQLite for testing 2014-03-27 07:45:59 -05:00
test_versions.py Fix version links to docs.openstack.org 2014-05-07 21:45:17 +02:00
test_wsgi.py Refactor tests regarding required attributes 2014-05-28 15:49:01 +03:00
utils.py Adds model mixin for {to,from}_dict functionality 2014-02-18 17:24:32 +00:00