mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6984: Re-enable the testcase
(cherry picked from commit 039878b49a)
This commit is contained in:
parent
32a9ab6c05
commit
29287c989d
|
|
@ -233,7 +233,7 @@ class TestDeployVM(cloudstackTestCase):
|
|||
else:
|
||||
self.debug("test 01 does not support hypervisor type " + self.hypervisor);
|
||||
|
||||
@attr(tags = ['advanced', 'basic', 'sg'], required_hardware="true", BugId="CLOUDSTACK-6985")
|
||||
@attr(tags = ['advanced', 'basic', 'sg'], required_hardware="true")
|
||||
def test_02_deploy_vm_root_resize(self):
|
||||
"""Test proper failure to deploy virtual machine with rootdisksize less than template size
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue