Merge "Update v3 oauth consumers tests to work w/ pre-prov"
This commit is contained in:
commit
ccdd729aaf
@ -21,6 +21,10 @@ from tempest.lib import exceptions
|
||||
|
||||
|
||||
class OAUTHConsumersV3Test(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
|
||||
|
||||
def _create_consumer(self):
|
||||
"""Creates a consumer with a random description."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user