CLOUDSTACK-6984: Re-enable the testcase

This commit is contained in:
Girish Shilamkar 2014-06-25 23:29:28 -07:00
parent 477a812a6f
commit 7bc997f4fb
1 changed files with 1 additions and 1 deletions

View File

@ -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", 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
"""