openstack-python-openstackc.../openstackclient/tests/unit/identity/v3
Douglas Mendizábal ecaa2805dc Fix "access rule" commands to only use ID
This patch modifies the access rule commands to use only the resource
ID.  The previous logic incorrectly assumed that access rules have a
"name" property, which resulted in unexpected behaviors.

For example, "access rule delete {non-existent-id}" now results in a
"not found" error instead of sometimes deleting an unrelated rule.

Story: 2010775
Task: 48163
Change-Id: Ib5c3b7f86acf1dfe7cc76dfa99fa4c118388bd71
(cherry picked from commit 560f19b894)
2023-07-14 14:00:08 -04:00
..
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py Adding options to user cli 2020-03-26 22:24:39 +05:30
test_access_rule.py Fix "access rule" commands to only use ID 2023-07-14 14:00:08 -04:00
test_application_credential.py Add support for app cred access rules 2020-01-17 11:14:51 -08:00
test_catalog.py Replace assertItemsEqual with assertCountEqual 2021-08-24 09:21:45 +00:00
test_consumer.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_credential.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_domain.py Add name and enabled param in ListDomain parser 2020-07-21 18:24:58 +05:30
test_endpoint.py Allow endpoint filtering on both project and project-domain 2018-10-09 13:23:49 +00:00
test_endpoint_group.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_group.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_identity_provider.py Replace assertItemsEqual with assertCountEqual 2021-08-24 09:21:45 +00:00
test_implied_role.py Fix the role implies list command. 2018-06-24 02:17:02 +02:00
test_limit.py Add project param in LimitList parser 2018-11-08 11:19:24 -06:00
test_mappings.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_oauth.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_project.py Client should parse string to boolean for value 'is_domain' 2020-05-29 07:53:13 -05:00
test_protocol.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_region.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_registered_limit.py Implement support for registered limits 2018-07-23 21:18:50 +00:00
test_role.py Bypass user and group verification in RemoveRole 2020-08-12 12:24:17 -05:00
test_role_assignment.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_service.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_service_provider.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_token.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_trust.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_unscoped_saml.py Remove auth_with_unscoped_saml decorator 2016-12-04 18:59:09 +00:00
test_user.py Adding options to user cli 2020-03-26 22:24:39 +05:30