You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2014/06/26 08:29:33 UTC

git commit: updated refs/heads/4.4-forward to 039878b

Repository: cloudstack
Updated Branches:
  refs/heads/4.4-forward defed59b9 -> 039878b49


CLOUDSTACK-6984: Re-enable the testcase


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/039878b4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/039878b4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/039878b4

Branch: refs/heads/4.4-forward
Commit: 039878b49a821cd1fd52e0ead0f528c3e9371a0c
Parents: defed59
Author: Girish Shilamkar <gi...@clogeny.com>
Authored: Wed Jun 25 23:29:28 2014 -0700
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Wed Jun 25 23:29:28 2014 -0700

----------------------------------------------------------------------
 test/integration/smoke/test_deploy_vm_root_resize.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/039878b4/test/integration/smoke/test_deploy_vm_root_resize.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_deploy_vm_root_resize.py b/test/integration/smoke/test_deploy_vm_root_resize.py
index 269b321..0f0ddcc 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
         """