Automation: Disable TestVMLifeCycleSharedNwVPC test suite

Rather than TestVMLifeCycleVPC.

Shared network's setup is wrong.
This commit is contained in:
Sheng Yang 2013-08-19 11:23:10 -07:00
parent 956b170126
commit 690bd57ed0
1 changed files with 1 additions and 1 deletions

View File

@ -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