summaryrefslogtreecommitdiff
path: root/keystone
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-09-27 00:07:41 +0000
committerGerrit Code Review <review@openstack.org>2019-09-27 00:07:41 +0000
commitf0dd69463a6445aff715520c9834b924a85b5495 (patch)
tree7968b7305a416601fec77e0867ab141c9d9d62a8 /keystone
parentb9edbfb084a21db0e39a7fde33eaba29ca7b25a0 (diff)
parent5b995cc8fbf0bb654ed0f6a88091c48548f53f6e (diff)
downloadkeystone-f0dd69463a6445aff715520c9834b924a85b5495.tar.gz
Merge "Remove limit policies from policy.v3cloudsample.json"
Diffstat (limited to 'keystone')
-rw-r--r--keystone/tests/unit/test_policy.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/keystone/tests/unit/test_policy.py b/keystone/tests/unit/test_policy.py
index bc1e1805e..fe0b8bba2 100644
--- a/keystone/tests/unit/test_policy.py
+++ b/keystone/tests/unit/test_policy.py
@@ -206,6 +206,7 @@ class PolicyJsonTestCase(unit.TestCase):
'identity:create_group',
'identity:create_identity_provider',
'identity:create_implied_role',
+ 'identity:create_limits',
'identity:create_mapping',
'identity:create_policy',
'identity:create_policy_association_for_endpoint',
@@ -237,6 +238,7 @@ class PolicyJsonTestCase(unit.TestCase):
'identity:delete_identity_provider',
'identity:delete_implied_role',
'identity:delete_mapping',
+ 'identity:delete_limit',
'identity:delete_policy',
'identity:delete_policy_association_for_endpoint',
'identity:delete_policy_association_for_region_and_service',
@@ -276,6 +278,7 @@ class PolicyJsonTestCase(unit.TestCase):
'identity:get_group',
'identity:get_identity_provider',
'identity:get_implied_role',
+ 'identity:get_limit',
'identity:get_limit_model',
'identity:get_mapping',
'identity:get_policy',
@@ -354,6 +357,7 @@ class PolicyJsonTestCase(unit.TestCase):
'identity:update_endpoint_group',
'identity:update_group',
'identity:update_identity_provider',
+ 'identity:update_limit',
'identity:update_mapping',
'identity:update_policy',
'identity:update_project',