From 4986d0da543fbc5c5be5e13332c2ffb1619e6084 Mon Sep 17 00:00:00 2001 From: Trevor McCasland Date: Thu, 3 Jan 2019 12:31:50 -0600 Subject: [PATCH] Update v3 identity group tests to work w/ pre-prov I don't see any limitations by using pre-provisioned credentials for these tests: * test_group_create_update_get * test_group_users_add_list_delete * test_list_user_groups * test_list_groups Change-Id: Id22911035ce880ab1faa9b37b238b9372ae98087 --- tempest/api/identity/admin/v3/test_groups.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tempest/api/identity/admin/v3/test_groups.py b/tempest/api/identity/admin/v3/test_groups.py index 80d7469691..df0d79d24e 100644 --- a/tempest/api/identity/admin/v3/test_groups.py +++ b/tempest/api/identity/admin/v3/test_groups.py @@ -23,6 +23,10 @@ CONF = config.CONF class GroupsV3TestJSON(base.BaseIdentityV3AdminTest): + # NOTE: force_tenant_isolation is true in the base class by default but + # overridden to false here to allow test execution for clouds using the + # pre-provisioned credentials provider. + force_tenant_isolation = False @classmethod def resource_setup(cls):