keystone/keystone/tests/unit
Brant Knudson a751604fe0 Merge keystone.config into keystone.common.config
Having two places for config stuff is confusing. There should only
be the one place for config stuff, keystone.common.config.

Change-Id: I83cae5d2140639df228025851ceb3f90c21af08a
2015-11-19 08:24:51 -06:00
..
auth Use stevedore for auth drivers 2015-06-18 21:04:14 -05:00
backend Use unit.new_role_ref consistently 2015-11-12 10:15:03 +00:00
catalog Fix order of arguments in assertEqual 2015-09-25 02:06:55 -07:00
common Move federation extension into keystone core 2015-11-18 15:11:30 +00:00
config_files Capitalize a Few Words 2015-10-29 11:20:46 -05:00
contrib Move federation extension into keystone core 2015-11-18 15:11:30 +00:00
external Adds interface tests for timeutils 2015-09-23 12:43:37 +00:00
identity Use unit.new_domain_ref consistently 2015-11-12 10:14:50 +00:00
ksfixtures Merge "Add caching to get_catalog" 2015-11-05 22:39:21 +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 Move federation extension into keystone core 2015-11-18 15:11:30 +00:00
__init__.py Removes py3 test import hacks 2015-09-04 18:20:44 +00:00
core.py Merge keystone.config into keystone.common.config 2015-11-19 08:24:51 -06: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 Fix D202: No blank lines after function docstring (PEP257) 2015-10-28 07:25:04 +00:00
federation_fixtures.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
filtering.py Fix D202: No blank lines after function docstring (PEP257) 2015-10-28 07:25:04 +00:00
identity_mapping.py Fix D202: No blank lines after function docstring (PEP257) 2015-10-28 07:25:04 +00:00
mapping_fixtures.py Reject rule if assertion type unset 2015-09-15 10:25:47 +10:00
rest.py Fix order of arguments in assertEqual 2015-09-25 02:06:55 -07:00
test_associate_project_endpoint_extension.py Move endpoint filter into keystone core 2015-11-18 15:28:41 +00:00
test_auth.py Merge keystone.config into keystone.common.config 2015-11-19 08:24:51 -06:00
test_auth_plugin.py Fix order of arguments in assertEqual 2015-09-25 02:06:55 -07:00
test_backend.py Use unit.new_user_ref consistently 2015-11-17 19:20:33 +00:00
test_backend_endpoint_policy.py Use unit.new_region_ref() consistently 2015-11-12 10:14:38 +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 Use unit.new_domain_ref consistently 2015-11-12 10:14:50 +00:00
test_backend_kvs.py Refactor: change 404 status codes in test names 2015-10-09 15:08:23 +00:00
test_backend_ldap.py Use unit.new_user_ref consistently 2015-11-17 19:20:33 +00:00
test_backend_ldap_pool.py Merge "Keystone Spelling Errors in docstrings and comments" 2015-11-06 11:19:02 +00:00
test_backend_rules.py Refactor: change 404 status codes in test names 2015-10-09 15:08:23 +00:00
test_backend_sql.py Use unit.new_user_ref consistently 2015-11-17 19:20:33 +00:00
test_backend_templated.py Add caching to get_catalog 2015-10-16 17:00:29 +00:00
test_catalog.py Use unit.new_region_ref() consistently 2015-11-12 10:14:38 +00:00
test_cert_setup.py Use unit.new_user_ref consistently 2015-11-17 19:20:33 +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 Merge keystone.config into keystone.common.config 2015-11-19 08:24:51 -06: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 Add S3 signature v4 checking 2015-11-08 21:28:13 +03:00
test_contrib_simple_cert.py Uses constants for 5XX http status codes in tests 2015-09-24 02:52:59 +00:00
test_driver_hints.py Use assertTrue/False instead of assertEqual(T/F) 2015-11-02 09:10:38 +00:00
test_exception.py Fix inaccurate debug mode response 2015-11-17 16:49:13 -06:00
test_hacking_checks.py Keystone Spelling Errors in docstrings and comments 2015-10-29 09:46:14 -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 Fix D204: blank line required after class docstring (PEP257) 2015-10-28 07:25:24 +00:00
test_ldap_livetest.py Use unit.new_user_ref consistently 2015-11-17 19:20:33 +00:00
test_ldap_pool_livetest.py Use unit.new_user_ref consistently 2015-11-17 19:20:33 +00:00
test_ldap_tls_livetest.py Use unit.new_user_ref consistently 2015-11-17 19:20:33 +00:00
test_middleware.py Move federation extension into keystone core 2015-11-18 15:11:30 +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 Keystone Spelling Errors in docstrings and comments 2015-10-29 09:46:14 -05:00
test_revoke.py Move revoke extension into core 2015-11-18 15:14:07 +00:00
test_singular_plural.py Create a version package 2015-10-12 23:59:16 +00:00
test_sql_livetest.py Move revoke sql migrations to common 2015-11-18 15:14:15 +00:00
test_sql_migrate_extensions.py Move endpoint_filter migrations into keystone core 2015-11-18 15:31:24 +00:00
test_sql_upgrade.py Move endpoint_filter migrations into keystone core 2015-11-18 15:31:24 +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 Fix D204: blank line required after class docstring (PEP257) 2015-10-28 07:25:24 +00:00
test_v2.py Get user role without project id is not implemented 2015-11-04 20:57:35 +08:00
test_v2_controller.py Use unit.new_domain_ref consistently 2015-11-12 10:14:50 +00:00
test_v2_keystoneclient.py Use unit.new_user_ref consistently 2015-11-17 19:20:33 +00:00
test_v3.py Use unit.new_user_ref consistently 2015-11-17 19:20:33 +00:00
test_v3_assignment.py Use unit.new_user_ref consistently 2015-11-17 19:20:33 +00:00
test_v3_auth.py Move revoke extension into core 2015-11-18 15:14:07 +00:00
test_v3_catalog.py Use unit.new_region_ref() consistently 2015-11-12 10:14:38 +00:00
test_v3_controller.py Fix D204: blank line required after class docstring (PEP257) 2015-10-28 07:25:24 +00:00
test_v3_credential.py Use unit.new_user_ref consistently 2015-11-17 19:20:33 +00:00
test_v3_domain_config.py Use unit.new_domain_ref consistently 2015-11-12 10:14:50 +00:00
test_v3_endpoint_policy.py Use unit.new_region_ref() consistently 2015-11-12 10:14:38 +00:00
test_v3_federation.py Move federation extension into keystone core 2015-11-18 15:11:30 +00:00
test_v3_filters.py Use unit.new_user_ref consistently 2015-11-17 19:20:33 +00:00
test_v3_identity.py Use unit.new_user_ref consistently 2015-11-17 19:20:33 +00:00
test_v3_oauth1.py Move oauth1 extension into core 2015-11-18 15:13:40 +00:00
test_v3_os_revoke.py Move revoke extension into core 2015-11-18 15:14:07 +00:00
test_v3_policy.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
test_v3_protection.py Use unit.new_user_ref consistently 2015-11-17 19:20:33 +00:00
test_validation.py Move endpoint filter into keystone core 2015-11-18 15:28:41 +00:00
test_versions.py Create a version package 2015-10-12 23:59:16 +00:00
test_wsgi.py Fix the issues found with local conf 2015-10-30 11:17:31 +08:00
utils.py Fix D202: No blank lines after function docstring (PEP257) 2015-10-28 07:25:04 +00:00