summaryrefslogtreecommitdiff
path: root/tempest/api/compute/flavors/test_flavors.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest/api/compute/flavors/test_flavors.py')
-rw-r--r--tempest/api/compute/flavors/test_flavors.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tempest/api/compute/flavors/test_flavors.py b/tempest/api/compute/flavors/test_flavors.py
index c1c2d05fb..7beef2319 100644
--- a/tempest/api/compute/flavors/test_flavors.py
+++ b/tempest/api/compute/flavors/test_flavors.py
@@ -24,8 +24,8 @@ class FlavorsV3Test(base.BaseComputeTest):
_min_ram = 'min_ram'
@classmethod
- def setUpClass(cls):
- super(FlavorsV3Test, cls).setUpClass()
+ def resource_setup(cls):
+ super(FlavorsV3Test, cls).resource_setup()
cls.client = cls.flavors_client
@test.attr(type='smoke')