keystone/keystone/tests/unit
Colleen Murphy 7c42f1a7a8 Revert "Add JSON driver for access rules config"
This reverts commit f028ca4edd.

In the Train PTG[1] we agreed to defer this feature until we had some
kind of traceability or discoverability for APIs and that this wasn't
feasible or useful until then.

This change was merged to master but never released, so I submit that
it is safe to revert.

[1] https://etherpad.openstack.org/p/keystone-train-ptg-application-credentials

Change-Id: I8fc5fcb2b35431882f0d64866765d6b0cd31356f
2019-05-28 08:38:42 -07:00
..
application_credential Revert "Add manager support for app cred access rules" 2019-05-28 08:38:40 -07:00
assignment Correcting tests with project_id 2019-02-13 14:32:19 +05:30
auth Move validate_issue_token_auth from controllers 2018-08-01 16:57:16 +00:00
backend Adjust Indents to meet PEP8 E117 2019-01-29 13:48:57 -05:00
catalog Correcting tests with project_id 2019-02-13 14:32:19 +05:30
common Merge "Added request_id and global_request_id to basic notifications" 2019-02-18 12:46:02 +00:00
config_files Revert "Add JSON driver for access rules config" 2019-05-28 08:38:42 -07:00
contrib Test case for bad type user in assertion 2019-01-31 15:37:29 +05:30
credential Revert "Rename fernet_utils to token_utils" 2018-06-06 16:49:27 +12: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 Enable foreign keys for unit test 2018-10-09 09:50:21 +08:00
identity PY3: Ensure LDAP searches use unicode attributes 2019-03-18 19:03:18 -04:00
ksfixtures Revert "Add JSON driver for access rules config" 2019-05-28 08:38:42 -07:00
limit Add domain level limit support - Manager 2019-02-19 11:09:13 +08:00
policy Finish refactoring self.*_api out of tests 2018-02-05 23:26:08 +00:00
protection Add domain scope support for group policies 2019-03-27 17:15:00 +01:00
receipt Implement auth receipts spec 2018-11-02 15:06:19 +01:00
resource Allow an explicit_domain_id parameter when creating a domain 2019-04-09 16:29:52 +00:00
saml2 Add openstack_user_domain to assertion 2015-05-04 14:33:48 -03:00
server Correcting tests with project_id 2019-02-13 14:32:19 +05:30
tests Adds a skip method to identify useless skips 2016-06-29 19:48:12 +00:00
token Fix unscoped federated token formatter 2019-04-16 15:35:39 -07:00
trust Correcting tests with project_id 2019-02-13 14:32:19 +05:30
__init__.py Remove i18n.enable_lazy() translation 2018-12-14 10:30:17 +00:00
base_classes.py Merge "Implement auth receipts spec" 2018-11-02 18:30:44 +00:00
core.py Merge "Add domain level limit support - API" 2019-03-01 12:28:18 +00:00
default_catalog.templates Remove/update v2 catalog endpoint tests 2017-10-21 16:45:12 -05:00
default_catalog_multi_region.templates Fixing multi-region support in templated v3 catalog 2018-03-13 11:10:08 -07:00
default_fixtures.py Correcting tests with project_id 2019-02-13 14:32:19 +05:30
fakeldap.py PY3: Ensure LDAP searches use unicode attributes 2019-03-18 19:03:18 -04:00
federation_fixtures.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
filtering.py Finish refactoring self.*_api out of tests 2018-02-05 23:26:08 +00:00
identity_mapping.py Use the new enginefacade from oslo.db 2016-02-24 08:20:12 -08:00
mapping_fixtures.py Merge "Fixes incorrect params" 2019-02-15 23:06:20 +00:00
rest.py Enable foreign keys for unit test 2018-10-09 09:50:21 +08:00
test_app_config.py Cleanup test_wsgi 2018-10-11 15:27:46 -07:00
test_associate_project_endpoint_extension.py Refactor self.*_api out of tests 2018-02-03 00:14:40 +00:00
test_auth_plugin.py Convert auth to flask native dispatching 2018-10-09 23:23:03 -07:00
test_backend_endpoint_policy.py Finish refactoring self.*_api out of tests 2018-02-05 23:26:08 +00:00
test_backend_endpoint_policy_sql.py Enable foreign keys for unit test 2018-10-09 09:50:21 +08: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 Increase test coverage of entity_type id mapping query 2018-07-13 21:42:07 +00:00
test_backend_ldap.py Correcting tests with project_id 2019-02-13 14:32:19 +05:30
test_backend_ldap_pool.py PY3: switch to using unicode text values 2019-01-14 14:25:39 -05:00
test_backend_rules.py Split policy backend tests 2016-03-04 15:32:42 -03:00
test_backend_sql.py Make fetching all foreign keys in a join 2019-04-15 14:35:46 -07:00
test_backend_templated.py Region update extra support 2018-11-07 22:57:11 +00:00
test_cli.py Support endpoint updates in bootstrap 2019-04-15 12:25:51 -07:00
test_config.py Remove pastedeploy 2018-06-06 19:30:26 +00:00
test_contrib_ec2_core.py Convert S3 and EC2 auth to flask native dispatching 2018-10-11 15:27:46 -07:00
test_contrib_s3_core.py Convert S3 and EC2 auth to flask native dispatching 2018-10-11 15:27:46 -07:00
test_contrib_simple_cert.py Ensure HEAD is supported with simple cert 2017-06-13 16:03:38 +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 Internally defined middleware don't use stevedore 2018-10-11 15:27:46 -07:00
test_exception.py Remove pre-flask legacy code 2018-10-15 10:56:26 -07:00
test_hacking_checks.py Use pycodestyle in place of pep8 2018-11-20 17:16:01 +00:00
test_healthcheck.py add unit tests for healthcheck 2018-10-11 08:34:37 -07:00
test_ldap_livetest.py PY3: switch to using unicode text values 2019-01-14 14:25:39 -05:00
test_ldap_pool_livetest.py Convert auth to flask native dispatching 2018-10-09 23:23:03 -07:00
test_ldap_tls_livetest.py PY3: switch to using unicode text values 2019-01-14 14:25:39 -05:00
test_limits.py Add domain level support for strict-two-level-model 2019-02-19 11:09:13 +08:00
test_middleware.py Only validate tokens once per request 2019-03-20 19:17:33 +00:00
test_policy.py DRY: Remove redundant policies from policy.v3cloudsample.json 2019-04-02 19:09:53 +00:00
test_receipt_provider.py Implement auth receipts spec 2018-11-02 15:06:19 +01:00
test_revoke.py Remove unused revoke_by_user_and_project 2018-09-14 04:08:01 +00:00
test_shadow_users.py Enable foreign keys for unit test 2018-10-09 09:50:21 +08:00
test_sql_banned_operations.py Work around deprecations for opportunistic tests 2018-02-27 13:46:27 +00:00
test_sql_upgrade.py Move redelegation fields out of extras 2019-04-12 20:27:34 -07:00
test_token_provider.py Remove unused sample token fixtures 2019-02-14 21:07:49 +01:00
test_url_middleware.py Convert Normalizing filter to flask native Middleware 2018-10-11 15:27:46 -07:00
test_v3.py Correcting tests with project_id 2019-02-13 14:32:19 +05:30
test_v3_application_credential.py Converting the API tests to use flask's test_client 2019-02-04 13:33:51 -08:00
test_v3_assignment.py Enable foreign keys for unit test 2018-10-09 09:50:21 +08:00
test_v3_auth.py Remove [token]/ infer_roles 2019-05-22 09:23:11 +05:30
test_v3_catalog.py Enable foreign keys for unit test 2018-10-09 09:50:21 +08:00
test_v3_credential.py Implement scope_type checking for credentials 2018-10-29 15:01:29 +00:00
test_v3_domain_config.py Finish refactoring self.*_api out of tests 2018-02-05 23:26:08 +00:00
test_v3_endpoint_policy.py Refactor self.*_api out of tests 2018-02-03 00:14:40 +00:00
test_v3_federation.py Raise METHOD NOT ALLOWED instead of 500 error on protocol CRUD 2019-03-28 22:07:01 +00:00
test_v3_filters.py Make policy file support in fixture optional 2018-10-12 16:39:24 +00:00
test_v3_identity.py Allow blocking users from self-service password change 2018-04-18 19:15:07 +00:00
test_v3_oauth1.py Replace 'tenant_id' with 'project_id' 2019-02-04 16:17:52 +01:00
test_v3_os_revoke.py Refactor self.*_api out of tests 2018-02-03 00:14:40 +00:00
test_v3_policy.py Refactor self.*_api out of tests 2018-02-03 00:14:40 +00:00
test_v3_protection.py Remove redundant policies from v3cloudsample 2019-03-27 21:02:02 +01:00
test_v3_resource.py Allow an explicit_domain_id parameter when creating a domain 2019-04-09 16:29:52 +00:00
test_v3_trust.py Implement "no-update" test for trusts 2018-07-26 10:30:24 -07:00
test_validation.py Add domain level limit support - API 2019-02-19 11:09:13 +08:00
test_versions.py Revert "Add API for /v3/access_rules_config" 2019-05-28 08:38:39 -07:00
utils.py Add new functionality to @wip 2016-05-22 16:06:50 +00:00