summaryrefslogtreecommitdiff
path: root/tempest/thirdparty/boto/test_ec2_volumes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest/thirdparty/boto/test_ec2_volumes.py')
-rw-r--r--tempest/thirdparty/boto/test_ec2_volumes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tempest/thirdparty/boto/test_ec2_volumes.py b/tempest/thirdparty/boto/test_ec2_volumes.py
index b50c6b097..9cee8a47f 100644
--- a/tempest/thirdparty/boto/test_ec2_volumes.py
+++ b/tempest/thirdparty/boto/test_ec2_volumes.py
@@ -29,8 +29,8 @@ def compare_volumes(a, b):
class EC2VolumesTest(boto_test.BotoTestCase):
@classmethod
- def setUpClass(cls):
- super(EC2VolumesTest, cls).setUpClass()
+ def resource_setup(cls):
+ super(EC2VolumesTest, cls).resource_setup()
if not CONF.service_available.cinder:
skip_msg = ("%s skipped as Cinder is not available" % cls.__name__)