no force_tenant_isolation in endpoint tests

Setting force_tenant_isolation to False so these tests can be
executed with pre-provisioned credentials and an LDAP backend.

Change-Id: I9a4acbfdf282c8617e32d9fa3991ece28ae2bb4f
Partial-Bug: #1714277
This commit is contained in:
Trevor McCasland 2018-01-05 11:45:49 -06:00 committed by Felipe Monteiro
parent 879e3b0abe
commit 87a71821f2
2 changed files with 8 additions and 1 deletions

View File

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

View File

@ -1,4 +1,3 @@
# Copyright 2013 IBM Corp.
# All Rights Reserved.
#
@ -21,6 +20,10 @@ from tempest.lib import exceptions as lib_exc
class EndpointsNegativeTestJSON(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):