commit | 6006de75a749556a071d23e12ca3a1e7e0ec58c0 | [log] [tgz] |
---|---|---|
author | Michael Johnson <johnsomor@gmail.com> | Sun Feb 21 01:42:39 2021 +0000 |
committer | Michael Johnson <johnsomor@gmail.com> | Thu Apr 08 22:07:40 2021 +0000 |
tree | 0f65b194bd92d997ecb2d5968046b7bd1c43a673 | |
parent | 41b3aac6b0386dae202abe8cc03455ea710e468e [diff] [blame] |
Update tests for scoped tokens and default roles This patch refactors the RBAC enforcement checks in the API tests. It also updates those test for keystone scoped tokens and default roles. Change-Id: I6fad03f5a89c213562918ca258884aac34ba7ce7
diff --git a/octavia_tempest_plugin/common/constants.py b/octavia_tempest_plugin/common/constants.py index 927aa84..aea476e 100644 --- a/octavia_tempest_plugin/common/constants.py +++ b/octavia_tempest_plugin/common/constants.py
@@ -183,6 +183,7 @@ # RBAC options ADVANCED = 'advanced' +KEYSTONE_DEFAULT_ROLES = 'keystone_default_roles' OWNERADMIN = 'owner_or_admin' NONE = 'none'