From 29287c989deb782c68ae6979e2c140dfd0b3fca3 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 (cherry picked from commit 039878b49a821cd1fd52e0ead0f528c3e9371a0c) --- 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 269b321e1f3..0f0ddcc8aa1 100644 --- a/test/integration/smoke/test_deploy_vm_root_resize.py +++ b/test/integration/smoke/test_deploy_vm_root_resize.py @@ -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 """