Skip to content

Commit e80728c

Browse files
committed
addressed comments
1 parent a5776fe commit e80728c

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

test/integration/plugins/storpool/TestStorPoolTiers.py renamed to test/integration/plugins/storpool/test-storpool-tiers.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,7 @@ def tearDownClass(cls):
187187

188188
@classmethod
189189
def cleanUpCloudStack(cls):
190-
try:
191-
# Cleanup resources used
192-
cleanup_resources(cls.apiclient, cls._cleanup)
193-
except Exception as e:
194-
raise Exception("Warning: Exception during cleanup : %s" % e)
195-
return
190+
super(TestStorPoolTiers, cls).tearDownClass()
196191

197192
def setUp(self):
198193
self.apiclient = self.testClient.getApiClient()
@@ -204,7 +199,7 @@ def setUp(self):
204199
return
205200

206201
def tearDown(self):
207-
return
202+
super(TestStorPoolTiers, self).tearDown()
208203

209204
@attr(tags=["advanced", "advancedns", "smoke"], required_hardware="true")
210205
def test_01_check_tags_on_deployed_vm_and_datadisk(self):

0 commit comments

Comments
 (0)