summaryrefslogtreecommitdiff
path: root/tempest/thirdparty/boto/test_ec2_security_groups.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest/thirdparty/boto/test_ec2_security_groups.py')
-rw-r--r--tempest/thirdparty/boto/test_ec2_security_groups.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tempest/thirdparty/boto/test_ec2_security_groups.py b/tempest/thirdparty/boto/test_ec2_security_groups.py
index 7d9bdab57..fb3d32b1d 100644
--- a/tempest/thirdparty/boto/test_ec2_security_groups.py
+++ b/tempest/thirdparty/boto/test_ec2_security_groups.py
@@ -20,8 +20,8 @@ from tempest.thirdparty.boto import test as boto_test
class EC2SecurityGroupTest(boto_test.BotoTestCase):
@classmethod
- def setUpClass(cls):
- super(EC2SecurityGroupTest, cls).setUpClass()
+ def resource_setup(cls):
+ super(EC2SecurityGroupTest, cls).resource_setup()
cls.client = cls.os.ec2api_client
def test_create_authorize_security_group(self):