mirror of https://github.com/apache/cloudstack.git
Disable testcases
This commit is contained in:
parent
563934c989
commit
2fedc281b7
|
|
@ -230,7 +230,7 @@ class TestDeployVM(cloudstackTestCase):
|
|||
else:
|
||||
self.debug("test 01 does not support hypervisor type " + self.hypervisor);
|
||||
|
||||
@attr(tags = ['advanced', 'basic', 'sg'], required_hardware="true")
|
||||
@attr(tags = ['advanced', 'basic', 'sg'], required_hardware="true", BugId="6984")
|
||||
def test_02_deploy_vm_root_resize(self):
|
||||
"""Test proper failure to deploy virtual machine with rootdisksize less than template size
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -304,7 +304,7 @@ class TestVMLifeCycle(cloudstackTestCase):
|
|||
return
|
||||
|
||||
|
||||
@attr(tags = ["devcloud", "advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false")
|
||||
@attr(tags = ["devcloud", "advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false", BugId="6984")
|
||||
def test_01_stop_vm(self):
|
||||
"""Test Stop Virtual Machine
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue