You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/07/03 16:34:19 UTC

git commit: updated refs/heads/master to 9ba36fd

Updated Branches:
  refs/heads/master 9f0c9ee20 -> 9ba36fd17


uncomment the cleanup.

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9ba36fd1
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9ba36fd1
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9ba36fd1

Branch: refs/heads/master
Commit: 9ba36fd173b2960583d47cd2af02c3c759e17b05
Parents: 9f0c9ee
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Wed Jul 3 20:03:50 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Wed Jul 3 20:03:50 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/9ba36fd1/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