Fix ReplicaQuotasNegativeTest

This test was not being executed in the CI
due to recent changes in manila-tempest-plugin
and a few bugs went unnoticed.

Change-Id: I4fd282673074887cada729b6e4491ee493e230cc
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
Goutham Pacha Ravi 2020-07-15 23:48:10 -07:00
parent 38544589c4
commit 517a7a2507
1 changed files with 7 additions and 0 deletions

View File

@ -404,6 +404,13 @@ class ReplicaQuotasNegativeTest(rep_neg_test.ReplicationNegativeBase):
# resources, quotas and the like that might interfere with our test cases.
force_tenant_isolation = True
@classmethod
def resource_setup(cls):
super(ReplicaQuotasNegativeTest, cls).resource_setup()
cls.client = cls.shares_v2_client
cls.user_id = cls.client.user_id
cls.tenant_id = cls.client.tenant_id
@classmethod
def skip_checks(cls):
super(ReplicaQuotasNegativeTest, cls).skip_checks()