Updated Branches: refs/heads/master 4a99f4758 -> 03e283c4b
Unskip skipped tests Signed-off-by: Prasanna Santhanam <[email protected]> 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 <[email protected]> Authored: Mon Jun 10 15:50:50 2013 +0530 Committer: Prasanna Santhanam <[email protected]> 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 [email protected]("debugging") class TestVMLifeCycleSharedNwVPC(cloudstackTestCase): @classmethod @@ -1681,7 +1680,6 @@ class TestVMLifeCycleSharedNwVPC(cloudstackTestCase): return [email protected]("debugging") class TestVMLifeCycleBothIsolated(cloudstackTestCase): @classmethod @@ -2014,7 +2012,6 @@ class TestVMLifeCycleBothIsolated(cloudstackTestCase): return [email protected]("debugging") class TestVMLifeCycleStoppedVPCVR(cloudstackTestCase): @classmethod
