From 7bc997f4fbaa80ed6335ba3658baaee5c9cb8e48 Mon Sep 17 00:00:00 2001 From: Girish Shilamkar Date: Wed, 25 Jun 2014 23:29:28 -0700 Subject: [PATCH] CLOUDSTACK-6984: Re-enable the testcase --- test/integration/smoke/test_deploy_vm_root_resize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_deploy_vm_root_resize.py b/test/integration/smoke/test_deploy_vm_root_resize.py index 8460cd4a91c..051265fc8e3 100644 --- a/test/integration/smoke/test_deploy_vm_root_resize.py +++ b/test/integration/smoke/test_deploy_vm_root_resize.py @@ -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 """