Updated Branches: refs/heads/4.2 7db538efc -> 1a462d202
uncomment the cleanup. Signed-off-by: Prasanna Santhanam <t...@apache.org> (cherry picked from commit 9ba36fd173b2960583d47cd2af02c3c759e17b05) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1a462d20 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1a462d20 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1a462d20 Branch: refs/heads/4.2 Commit: 1a462d2028dfe3115830f0eb3984568e31b76bfb Parents: 614d42d Author: Prasanna Santhanam <t...@apache.org> Authored: Wed Jul 3 20:03:50 2013 +0530 Committer: Prasanna Santhanam <t...@apache.org> Committed: Wed Jul 3 21:44:56 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_update_vm.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1a462d20/test/integration/component/test_update_vm.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_update_vm.py b/test/integration/component/test_update_vm.py index a0fc4bf..0786310 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