summaryrefslogtreecommitdiff
path: root/tempest/api/compute/servers/test_availability_zone.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest/api/compute/servers/test_availability_zone.py')
-rw-r--r--tempest/api/compute/servers/test_availability_zone.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tempest/api/compute/servers/test_availability_zone.py b/tempest/api/compute/servers/test_availability_zone.py
index cf9837f82..44bd7d3b0 100644
--- a/tempest/api/compute/servers/test_availability_zone.py
+++ b/tempest/api/compute/servers/test_availability_zone.py
@@ -24,8 +24,8 @@ class AZV3Test(base.BaseComputeTest):
_api_version = 3
@classmethod
- def setUpClass(cls):
- super(AZV3Test, cls).setUpClass()
+ def resource_setup(cls):
+ super(AZV3Test, cls).resource_setup()
cls.client = cls.availability_zone_client
@test.attr(type='gate')