mirror of https://github.com/apache/cloudstack.git
Automation: Disable TestVMLifeCycleSharedNwVPC test suite
Rather than TestVMLifeCycleVPC. Shared network's setup is wrong.
This commit is contained in:
parent
956b170126
commit
690bd57ed0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue