keystone/keystone/tests
David Stanek 76baf5b691 Adds hacking check for debug logging translations
bp more-code-style-automation

Change-Id: Id54f322f00b04a165bb4a7b1e24f95bb72b7f068
2014-06-27 01:55:48 +00:00
..
config_files Move test .conf files to keystone/tests/config_files 2014-03-17 00:21:27 -07:00
ksfixtures Adds hacking check for debug logging translations 2014-06-27 01:55:48 +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 Adds hacking check for debug logging translations 2014-06-27 01:55:48 +00: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 "Properly invalidate cache for get_*_by_name methods" 2014-06-19 01:32:13 +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 "Properly invalidate cache for get_*_by_name methods" 2014-06-19 01:32:13 +00:00
test_backend_rules.py Removal of test .conf files 2014-03-17 00:17:39 -07:00
test_backend_sql.py Ignore broken endpoints in get_catalog 2014-06-16 16:38:45 +00:00
test_backend_templated.py Ignore broken endpoints in get_catalog 2014-06-16 16:38:45 +00: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 Ignore broken endpoints in get_catalog 2014-06-16 16:38:45 +00: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 fix flake8 issues 2014-06-18 17:33:30 +03: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 Adds hacking check for debug logging translations 2014-06-27 01:55:48 +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 500 error if request body is not JSON object 2014-06-18 05:18:39 -04: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 Default to PKIZ tokens 2014-06-17 17:25:28 -07:00
test_url_middleware.py Remove vim header 2014-02-08 23:54:04 +08:00
test_utils.py Password trunction makes password insecure 2014-06-13 21:24:59 -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 Kerberos as method name 2014-06-19 20:59:22 +00:00
test_v3_auth.py Kerberos as method name 2014-06-19 20:59:22 +00: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