Updated Branches: refs/heads/master-6-17-stable 58663b326 -> 80a41e83b
uncomment the cleanup. Signed-off-by: Prasanna Santhanam <[email protected]> (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/80a41e83 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/80a41e83 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/80a41e83 Branch: refs/heads/master-6-17-stable Commit: 80a41e83ba18e56aa2a9716808da5b67e43e8c89 Parents: 8526a6f Author: Prasanna Santhanam <[email protected]> Authored: Wed Jul 3 20:03:50 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Wed Jul 3 21:47:07 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/80a41e83/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
