Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C4A110BB6 for ; Wed, 3 Jul 2013 22:25:53 +0000 (UTC) Received: (qmail 75317 invoked by uid 500); 3 Jul 2013 22:25:43 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 75153 invoked by uid 500); 3 Jul 2013 22:25:43 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 74118 invoked by uid 99); 3 Jul 2013 22:25:42 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jul 2013 22:25:42 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EB90B82A180; Wed, 3 Jul 2013 22:25:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ahuang@apache.org To: commits@cloudstack.apache.org Date: Wed, 03 Jul 2013 22:26:21 -0000 Message-Id: <07b05352966a4544937224f86b1470a7@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [42/50] [abbrv] git commit: updated refs/heads/vmsync to 78fa5e1 uncomment the cleanup. Signed-off-by: Prasanna Santhanam 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/vmsync Commit: 9ba36fd173b2960583d47cd2af02c3c759e17b05 Parents: 9f0c9ee Author: Prasanna Santhanam Authored: Wed Jul 3 20:03:50 2013 +0530 Committer: Prasanna Santhanam 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