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 29EB9101E7 for ; Mon, 10 Jun 2013 10:21:19 +0000 (UTC) Received: (qmail 89185 invoked by uid 500); 10 Jun 2013 10:21:19 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 89126 invoked by uid 500); 10 Jun 2013 10:21:19 -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 89119 invoked by uid 99); 10 Jun 2013 10:21:18 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jun 2013 10:21:18 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6B7358A2400; Mon, 10 Jun 2013 10:21:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tsp@apache.org To: commits@cloudstack.apache.org Message-Id: <0af23bdb44d14be7bfeeea52f0bd99e4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 03e283c Date: Mon, 10 Jun 2013 10:21:16 +0000 (UTC) Updated Branches: refs/heads/master 4a99f4758 -> 03e283c4b Unskip skipped tests 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/03e283c4 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/03e283c4 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/03e283c4 Branch: refs/heads/master Commit: 03e283c4b3ed0046a47777b9dc1ad4ab948254af Parents: 4a99f47 Author: Prasanna Santhanam Authored: Mon Jun 10 15:50:50 2013 +0530 Committer: Prasanna Santhanam Committed: Mon Jun 10 15:50:50 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_vpc_vm_life_cycle.py | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/03e283c4/test/integration/component/test_vpc_vm_life_cycle.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_vpc_vm_life_cycle.py b/test/integration/component/test_vpc_vm_life_cycle.py index e198c79..39fb533 100644 --- a/test/integration/component/test_vpc_vm_life_cycle.py +++ b/test/integration/component/test_vpc_vm_life_cycle.py @@ -880,7 +880,6 @@ class TestVMLifeCycleVPC(cloudstackTestCase): ) return -@unittest.skip("debugging") class TestVMLifeCycleSharedNwVPC(cloudstackTestCase): @classmethod @@ -1681,7 +1680,6 @@ class TestVMLifeCycleSharedNwVPC(cloudstackTestCase): return -@unittest.skip("debugging") class TestVMLifeCycleBothIsolated(cloudstackTestCase): @classmethod @@ -2014,7 +2012,6 @@ class TestVMLifeCycleBothIsolated(cloudstackTestCase): return -@unittest.skip("debugging") class TestVMLifeCycleStoppedVPCVR(cloudstackTestCase): @classmethod