From ec1c3894f0a2cfdd9b9b96e4e01b6e8bba77af0f Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Tue, 10 Feb 2015 20:51:10 -0800 Subject: [PATCH] CLOUDSTACK-8240: Skipping test case in test_vmware_drs.py because the scenario is not testable through automation Signed-off-by: Srikanteswararao Talluri --- test/integration/component/test_vmware_drs.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/integration/component/test_vmware_drs.py b/test/integration/component/test_vmware_drs.py index 20d38390bda..5d701e89340 100644 --- a/test/integration/component/test_vmware_drs.py +++ b/test/integration/component/test_vmware_drs.py @@ -171,7 +171,9 @@ class TestVMPlacement(cloudstackTestCase): raise Exception("Warning: Exception during cleanup : %s" % e) 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): """ Test VM Creation in automation mode = Fully automated This test requires following preconditions: