keystone/keystone/tests
Brant Knudson da00da732d Fix revoking a scoped token from an unscoped token
When a scoped token that was created from an unscoped token was
revoked, the original token wound up being revoked. This is because
the scope wasn't included in the revocation event. By including the
scope in the revocation event only the scoped token is revoked.

Change-Id: I5652663ab7e1176d3b1efc5d218a8a020498067e
Closes-Bug: #1347318
2014-07-29 15:23:24 -05:00
..
config_files Adding support for ldap connection pooling. 2014-07-23 12:11:48 -07:00
ksfixtures Use oslo.i18n 2014-07-13 10:29:41 -05:00
tmp Move 'tests' directory into 'keystone' package 2013-08-14 01:30:01 -03:00
unit Move token persistence classes to token.persistence module 2014-07-24 16:03:50 -07:00
__init__.py Reduces the amount of mocked imports for Python 3 2014-07-22 17:15:15 +00:00
core.py Move token persistence classes to token.persistence module 2014-07-24 16:03:50 -07:00
default_catalog.templates Do not use keystone's config for nova's port 2014-07-01 11:03:59 -07:00
default_fixtures.py Very minor cleanup to default_fixtures 2014-03-12 18:09:10 +00:00
fakeldap.py Adding support for ldap connection pooling. 2014-07-23 12:11:48 -07:00
filtering.py Migrate ID generation for users/groups from controller to manager 2014-06-20 12:19:03 -07:00
identity_mapping.py multi-backend support for identity 2014-07-11 20:22:10 +01:00
mapping_fixtures.py Mapping engine does not handle regex properly 2014-05-20 22:58:29 -04:00
matchers.py Fixes test_exceptions.py for Python3 2014-07-22 17:21:58 +00:00
rest.py Merge "Fix OAuth1 to not JSON-encode create access token response" 2014-07-08 02:01:03 +00:00
test_associate_project_endpoint_extension.py Clean up EP-Filter after delete project/endpoint 2014-07-25 17:43:06 +08:00
test_auth.py Ensure that in v2 auth tenant_id matches trust 2014-07-02 10:09:57 -05:00
test_auth_plugin.py Replace assertTrue and assertFalse with more suitable asserts 2014-05-26 14:33:18 +04:00
test_backend.py cache the catalog 2014-07-24 17:57:14 +00:00
test_backend_federation_sql.py Add schema check for OS-FEDERATION mapping table 2014-07-04 15:44:21 +02:00
test_backend_id_mapping_sql.py Add identity mapping capability 2014-07-02 11:29:07 +01:00
test_backend_kvs.py Extracting get group roles for project logic to drivers. 2014-07-21 08:24:01 -07:00
test_backend_ldap.py Merge "Implicitly ignore attributes that are mapped to None in LDAP" 2014-07-22 16:37:06 +00:00
test_backend_ldap_pool.py Adding support for ldap connection pooling. 2014-07-23 12:11:48 -07:00
test_backend_rules.py Removal of test .conf files 2014-03-17 00:17:39 -07:00
test_backend_sql.py Move token persistence classes to token.persistence module 2014-07-24 16:03:50 -07:00
test_backend_templated.py Do not use keystone's config for nova's port 2014-07-01 11:03:59 -07: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 Migrate ID generation for users/groups from controller to manager 2014-06-20 12:19:03 -07:00
test_config.py Fix assertEqual arguments order(catalog, cert_setup, etc) 2014-04-03 20:11:29 +09:00
test_content_types.py HEAD responses should return same status as GET 2014-07-08 22:37:44 -07: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 Fixes test_exceptions.py for Python3 2014-07-22 17:21:58 +00: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 Migrate ID generation for users/groups from controller to manager 2014-06-20 12:19:03 -07: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 remove unneeded definitions of Python Source Code Encoding 2014-06-08 16:44:45 +00:00
test_ldap_livetest.py deprecate LDAP config options for 'tenants' 2014-06-24 10:51:42 -05:00
test_ldap_pool_livetest.py Adding support for ldap connection pooling. 2014-07-23 12:11:48 -07:00
test_ldap_tls_livetest.py Migrate ID generation for users/groups from controller to manager 2014-06-20 12:19:03 -07:00
test_matchers.py Fixes test_exceptions.py for Python3 2014-07-22 17:21:58 +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 add internal delete notification for endpoint 2014-07-25 10:59:20 +08:00
test_pemutils.py Fixes the order of assertEqual arguments 2014-07-01 07:11:15 +00:00
test_policy.py Fixed the policy tests in Python 3 2014-05-05 11:27:42 +00:00
test_revoke.py Fix revoking a scoped token from an unscoped token 2014-07-29 15:23:24 -05: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 oslo.db implementation 2014-06-20 11:08:21 +03:00
test_sql_upgrade.py Merge "Fixes the order of assertEqual arguments" 2014-07-17 09:58:44 +00: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 Fixes the order of assertEqual arguments 2014-07-01 07:11:15 +00:00
test_url_middleware.py Fixes the order of assertEqual arguments 2014-07-01 07:11:15 +00:00
test_utils.py Fixes the order of assertEqual arguments 2014-07-01 07:11:15 +00:00
test_v2_controller.py Ignoring order of user list in TenantTestCase 2014-06-23 22:02:45 +00:00
test_v3.py implement GET /v3/catalog 2014-07-21 08:50:42 -05:00
test_v3_auth.py Fix revoking a scoped token from an unscoped token 2014-07-29 15:23:24 -05:00
test_v3_catalog.py implement GET /v3/catalog 2014-07-21 08:50:42 -05:00
test_v3_controller.py replaced unicode() with six.text_type() 2014-05-26 11:13:03 +02:00
test_v3_credential.py Migrate ID generation for users/groups from controller to manager 2014-06-20 12:19:03 -07:00
test_v3_federation.py Migrate ID generation for users/groups from controller to manager 2014-06-20 12:19:03 -07:00
test_v3_filters.py Migrate ID generation for users/groups from controller to manager 2014-06-20 12:19:03 -07:00
test_v3_identity.py Disable a domain will revoke tokens under the same domain 2014-07-24 10:08:53 -07:00
test_v3_oauth1.py Fix OAuth1 to not JSON-encode create access token response 2014-07-02 15:24:34 -05:00
test_v3_os_revoke.py Move keystone.token.default_expire_time to token.provider 2014-07-18 10:44:52 -07:00
test_v3_policy.py Remove vim header 2014-02-08 23:54:04 +08:00
test_v3_protection.py Migrate ID generation for users/groups from controller to manager 2014-06-20 12:19:03 -07:00
test_validation.py Initial implementation of validator 2014-07-21 22:51:09 +00:00
test_versions.py Fix version links to docs.openstack.org 2014-05-07 21:45:17 +02:00
test_wsgi.py Fixes test_wsgi for Python3 2014-07-22 17:21:58 +00:00
utils.py Adds model mixin for {to,from}_dict functionality 2014-02-18 17:24:32 +00:00