keystone/keystone/tests
David Stanek 19dda6d891 Fixes test_exceptions.py for Python3
- XML is parsed as bytes
- The XML returned from to_string is decoded from a byte string to a
  text string for the comparison.
- Exception.message no longer exists in Python 3

bp python3

Change-Id: I3305433e52c0def422d9f04a4d9f04c6f017d10e
2014-07-22 17:21:58 +00:00
..
config_files Remove backend_entities from backend_ldap.conf 2014-06-27 15:57:19 -05: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 Fixes catalog URL formatting to never return None 2014-06-16 16:40:29 +00:00
__init__.py Reduces the amount of mocked imports for Python 3 2014-07-22 17:15:15 +00:00
core.py Merge "Use oslo.i18n" 2014-07-18 10:00:39 +00: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 Adds hacking check for debug logging translations 2014-06-27 01:55:48 +00: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 Use in-memory SQLite for testing 2014-03-27 07:45:59 -05: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 Merge "multi-backend support for identity" 2014-07-11 21:48:39 +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_rules.py Removal of test .conf files 2014-03-17 00:17:39 -07:00
test_backend_sql.py Do not use keystone's config for nova's port 2014-07-01 11:03:59 -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_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 Merge "Only emit disable notifications for project/domain on disable" 2014-06-28 07:42:52 +00: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 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 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 HEAD responses should return same status as GET 2014-07-08 22:37:44 -07: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 multi-backend support for identity 2014-07-11 20:22:10 +01: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