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
This commit is contained in:
Trevor McCasland 2019-01-03 12:31:50 -06:00 committed by Nicolas Helgeson
parent 4b8a7b8638
commit 4986d0da54
1 changed files with 4 additions and 0 deletions

View File

@ -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):