From 03e283c4b3ed0046a47777b9dc1ad4ab948254af Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Mon, 10 Jun 2013 15:50:50 +0530 Subject: [PATCH] Unskip skipped tests Signed-off-by: Prasanna Santhanam --- test/integration/component/test_vpc_vm_life_cycle.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/integration/component/test_vpc_vm_life_cycle.py b/test/integration/component/test_vpc_vm_life_cycle.py index e198c79b88d..39fb533bfee 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