From 9ba36fd173b2960583d47cd2af02c3c759e17b05 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Wed, 3 Jul 2013 20:03:50 +0530 Subject: [PATCH] uncomment the cleanup. Signed-off-by: Prasanna Santhanam --- test/integration/component/test_update_vm.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/integration/component/test_update_vm.py b/test/integration/component/test_update_vm.py index a0fc4bf09da..0786310e199 100644 --- a/test/integration/component/test_update_vm.py +++ b/test/integration/component/test_update_vm.py @@ -154,7 +154,6 @@ class TestUpdateVirtualMachine(cloudstackTestCase): def tearDown(self): try: - # cleanup_resources(self.apiclient, self.cleanup) - pass + cleanup_resources(self.apiclient, self.cleanup) except Exception as e: self.debug("Warning! Exception in tearDown: %s" % e) \ No newline at end of file