From 690bd57ed0d1ebdda57a6651eb0a26a6d8a56875 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Mon, 19 Aug 2013 11:23:10 -0700 Subject: [PATCH] Automation: Disable TestVMLifeCycleSharedNwVPC test suite Rather than TestVMLifeCycleVPC. Shared network's setup is wrong. --- test/integration/component/test_vpc_vm_life_cycle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_vpc_vm_life_cycle.py b/test/integration/component/test_vpc_vm_life_cycle.py index 73a96e4d6f4..e612572554b 100644 --- a/test/integration/component/test_vpc_vm_life_cycle.py +++ b/test/integration/component/test_vpc_vm_life_cycle.py @@ -190,7 +190,6 @@ class Services: } -@unittest.skip("skipped - Test case need to enable after fixing the issues") class TestVMLifeCycleVPC(cloudstackTestCase): @classmethod @@ -864,6 +863,7 @@ class TestVMLifeCycleVPC(cloudstackTestCase): ) return +@unittest.skip("skipped - The setup of shared network is wrong, need to be fixed ") class TestVMLifeCycleSharedNwVPC(cloudstackTestCase): @classmethod