mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-8240: Skipping test case in test_vmware_drs.py because the scenario is not testable through automation
Signed-off-by: Srikanteswararao Talluri <talluri@apache.org>
This commit is contained in:
parent
af09388eda
commit
ec1c3894f0
@ -171,7 +171,9 @@ class TestVMPlacement(cloudstackTestCase):
|
|||||||
raise Exception("Warning: Exception during cleanup : %s" % e)
|
raise Exception("Warning: Exception during cleanup : %s" % e)
|
||||||
return
|
return
|
||||||
|
|
||||||
@attr(tags=["advanced", "vmware", "multihost"], required_hardware="true")
|
@unittest.skip("Test case is not testable as the VM is being deployed with\
|
||||||
|
too high memory - above account capacity")
|
||||||
|
@attr(tags=["invalid"], required_hardware="true")
|
||||||
def test_vm_creation_in_fully_automated_mode(self):
|
def test_vm_creation_in_fully_automated_mode(self):
|
||||||
""" Test VM Creation in automation mode = Fully automated
|
""" Test VM Creation in automation mode = Fully automated
|
||||||
This test requires following preconditions:
|
This test requires following preconditions:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user