keystone/keystone/tests/unit
Colleen Murphy 166eced28b Add Application Credentials controller
Add the controller, router, schema, and policies for application
credentials. If a secret is not provided, one is generated at the
controller layer.

bp application-credentials

Depends-on: Id26a2790acae25f80bd28a8cb121c80cb5064645
Depends-on: Icbd58464182b082854fb5d73ccc93c900ede020c

Change-Id: I7a371d59c19a11e55f17baf12d92327c1258533d
2018-01-27 11:55:05 +01:00
..
application_credential Rename application credential restriction column 2018-01-22 14:42:08 +01:00
assignment Implement controller logic for system group assignments 2018-01-12 16:25:03 +00:00
auth Add schema check for OS-TRUST:trust authentication 2017-11-24 01:35:17 +00:00
backend Remove stable driver interfaces 2016-09-28 17:18:37 +00:00
catalog Remove/update v2 catalog endpoint tests 2017-10-21 16:45:12 -05:00
common Merge "Rename fernet_utils to token_utils" 2018-01-16 13:48:28 +00:00
config_files Remove LDAP write support 2017-01-21 21:32:07 -05:00
contrib Adds tests showing how mapping locals are handled 2017-01-26 20:42:12 +00:00
credential Rename fernet_utils to token_utils 2017-12-12 16:38:42 -06:00
endpoint_policy Fixes remaining nits in endpoint_policy tests 2016-11-15 20:03:47 +00:00
external Replace parse_strtime with datetime.strptime 2017-12-21 12:14:28 -06:00
federation Validate mapping exists when creating/updating a protocol 2016-10-20 19:12:04 +00:00
identity Remove rolling_upgrade_password_hash_compat 2017-12-18 09:20:53 +08:00
ksfixtures Merge "Rename fernet_utils to token_utils" 2018-01-16 13:48:28 +00:00
limit Add limit provider 2018-01-25 15:45:44 +08:00
policy Create unit tests for the policy drivers 2016-08-09 11:59:20 -03:00
resource Merge "Remove ensure_default_domain_exists" 2017-11-04 11:06:30 +00:00
saml2 Add openstack_user_domain to assertion 2015-05-04 14:33:48 -03:00
tests Adds a skip method to identify useless skips 2016-06-29 19:48:12 +00:00
token Teach TokenFormatter how to handle system scope 2018-01-23 13:50:20 +00:00
trust Use more specific asserts in tests 2016-08-04 12:48:08 +02:00
__init__.py enable ldap tests for py3 2016-05-18 12:07:23 -04:00
core.py Add limit provider 2018-01-25 15:45:44 +08:00
default_catalog.templates Remove/update v2 catalog endpoint tests 2017-10-21 16:45:12 -05:00
default_fixtures.py Add limit provider 2018-01-25 15:45:44 +08:00
fakeldap.py Add a hacking rule for string interpolation at logging 2017-07-18 14:11:28 +08:00
federation_fixtures.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
filtering.py Remove LDAP delete logic and associated tests 2017-05-12 18:57:31 +00:00
identity_mapping.py Use the new enginefacade from oslo.db 2016-02-24 08:20:12 -08:00
mapping_fixtures.py Update test case for federation 2017-05-19 10:54:15 +08:00
rest.py Fix multiple uuid warnings with pycadf 2017-02-08 21:16:43 -06:00
test_associate_project_endpoint_extension.py Ensure the endpoint filter API supports HEAD 2017-06-13 14:03:14 +00:00
test_auth_plugin.py Fix 500 error when authenticate with "mapped" 2017-11-08 15:14:41 +08:00
test_backend_endpoint_policy.py Use new_policy_ref consistently 2015-12-09 10:18:36 -08: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 Require domain_id when registering Identity Providers 2017-01-06 16:05:12 +00:00
test_backend_id_mapping_sql.py Do not call `to_dict` outside of a session context 2017-01-25 06:12:20 +00:00
test_backend_ldap.py Remove member role assignment 2017-11-27 15:00:12 +08:00
test_backend_ldap_pool.py Code-Defined Resource-specific Options 2017-01-25 16:15:44 -08:00
test_backend_rules.py Split policy backend tests 2016-03-04 15:32:42 -03:00
test_backend_sql.py Add limit provider 2018-01-25 15:45:44 +08:00
test_backend_templated.py Remove/update v2 catalog endpoint tests 2017-10-21 16:45:12 -05:00
test_cli.py Merge "Rename fernet_utils to token_utils" 2018-01-16 13:48:28 +00:00
test_config.py Using assertIsNone() instead of assertIs(None) 2016-09-26 15:33:18 +07:00
test_contrib_ec2_core.py Remove v2.0 test plumbing 2017-09-30 15:32:01 +00:00
test_contrib_s3_core.py Fix the s3tokens endpoint 2017-02-22 16:16:06 +00:00
test_contrib_simple_cert.py Ensure HEAD is supported with simple cert 2017-06-13 16:03:38 +00:00
test_credential.py Remove v2.0 auth APIs 2017-09-30 15:31:45 +00:00
test_driver_hints.py Use assertTrue/False instead of assertEqual(T/F) 2015-11-02 09:10:38 +00:00
test_entry_points.py remove "admin_token_auth" related content" 2017-12-18 17:02:34 +08:00
test_exception.py Remove log translations in keystone 2017-03-25 18:17:15 +00:00
test_hacking_checks.py Remove duplicated hacking rule 2017-06-28 07:48:03 +00:00
test_ldap_livetest.py Handle TODO notes for using new_user_ref 2018-01-17 14:41:54 -06:00
test_ldap_pool_livetest.py Handle TODO notes for using new_user_ref 2018-01-17 14:41:54 -06:00
test_ldap_tls_livetest.py Handle TODO notes for using new_user_ref 2018-01-17 14:41:54 -06:00
test_limits.py Expose unified limit APIs 2018-01-25 16:33:11 +08:00
test_middleware.py Move auth header definitions into authorization 2017-09-30 07:26:18 +10:00
test_policy.py Merge "Expose a get_enforcer method for oslo.policy scripts" 2018-01-16 09:04:07 +00:00
test_revoke.py Remove unused code in test_revoke 2017-04-06 14:57:30 +00:00
test_shadow_users.py Refactor shadow users tests 2017-01-25 16:11:01 +00:00
test_sql_banned_operations.py Update links in keystone 2017-09-12 15:18:13 +08:00
test_sql_upgrade.py Remove foreign key for registered limit 2018-01-23 14:39:25 +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 Remove Dependency Injection 2017-12-13 10:59:39 -08:00
test_url_middleware.py Change url in middleware test to v3 2017-11-01 05:09:27 +00:00
test_v3.py Introduce assertions for system-scoped token testing 2018-01-23 13:50:20 +00:00
test_v3_application_credential.py Add Application Credentials controller 2018-01-27 11:55:05 +01:00
test_v3_assignment.py Add ability to list all system role assignments 2018-01-17 23:53:24 +00:00
test_v3_auth.py Merge "Implement system-scoped tokens" 2018-01-27 10:26:41 +00:00
test_v3_catalog.py Merge "Remove v2.0 service and endpoint APIs" 2017-09-12 23:31:54 +00:00
test_v3_credential.py Removed unnecessary setUp() calls from unit tests 2017-08-01 18:24:03 +02:00
test_v3_domain_config.py Add HEAD API to domain config 2017-06-12 20:50:49 +00:00
test_v3_endpoint_policy.py Ensure the endpoint policy API supports HEAD 2017-06-20 19:44:43 +00:00
test_v3_federation.py Deleting an identity provider doesn't invalidate tokens 2017-10-17 21:41:21 +00:00
test_v3_filters.py Add password expiration queries for PCI-DSS 2017-01-24 09:01:12 -06:00
test_v3_identity.py remove "admin_token_auth" related content" 2017-12-18 17:02:34 +08:00
test_v3_oauth1.py Add schema check for authorize request token 2018-01-10 14:32:16 +08:00
test_v3_os_revoke.py Use https for docs.openstack.org references 2017-01-30 16:05:08 -08:00
test_v3_policy.py Implement HEAD method for all v3 GET actions 2016-03-22 10:27:53 -07:00
test_v3_protection.py listing revoke events should be admin only 2017-01-09 21:12:47 +00:00
test_v3_resource.py Remove member role assignment 2017-11-27 15:00:12 +08:00
test_v3_trust.py Fix 500 error when create trust with invalid role key 2017-11-27 15:11:34 +00:00
test_validation.py Add Application Credentials controller 2018-01-27 11:55:05 +01:00
test_versions.py Add Application Credentials controller 2018-01-27 11:55:05 +01:00
test_wsgi.py Small fixes for WebOb 1.7 compatibiltity 2017-03-24 20:12:01 +00:00
utils.py Add new functionality to @wip 2016-05-22 16:06:50 +00:00