CLOUDSTACK-8240: Skipping test case in test_vmware_drs.py because the scenario 
is not testable through automation

Signed-off-by: Srikanteswararao Talluri <tall...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ec1c3894
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ec1c3894
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ec1c3894

Branch: refs/heads/hotfix/scp-exception
Commit: ec1c3894f0a2cfdd9b9b96e4e01b6e8bba77af0f
Parents: af09388
Author: Gaurav Aradhye <gaurav.arad...@clogeny.com>
Authored: Tue Feb 10 20:51:10 2015 -0800
Committer: Srikanteswararao Talluri <tall...@apache.org>
Committed: Wed Feb 11 17:02:25 2015 +0530

----------------------------------------------------------------------
 test/integration/component/test_vmware_drs.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ec1c3894/test/integration/component/test_vmware_drs.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_vmware_drs.py 
b/test/integration/component/test_vmware_drs.py
index 20d3839..5d701e8 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:

Reply via email to