Merge "Move v3 identity endpoint group tests to work w/ pre-prov"

This commit is contained in:
Zuul 2019-01-17 17:10:10 +00:00 committed by Gerrit Code Review
commit 83dbfa24a1
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ from tempest.lib import decorators
class EndPointGroupsTest(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 setup_clients(cls):