mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
uncomment the cleanup.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
9f0c9ee20c
commit
9ba36fd173
@ -154,7 +154,6 @@ class TestUpdateVirtualMachine(cloudstackTestCase):
|
|||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
try:
|
try:
|
||||||
# cleanup_resources(self.apiclient, self.cleanup)
|
cleanup_resources(self.apiclient, self.cleanup)
|
||||||
pass
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.debug("Warning! Exception in tearDown: %s" % e)
|
self.debug("Warning! Exception in tearDown: %s" % e)
|
||||||
Loading…
x
Reference in New Issue
Block a user