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 11:55:43 UTC

git commit: updated refs/heads/master to 7bc997f

Repository: cloudstack
Updated Branches:
  refs/heads/master 477a812a6 -> 7bc997f4f


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/7bc997f4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7bc997f4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7bc997f4

Branch: refs/heads/master
Commit: 7bc997f4fbaa80ed6335ba3658baaee5c9cb8e48
Parents: 477a812
Author: Girish Shilamkar <gi...@clogeny.com>
Authored: Wed Jun 25 23:29:28 2014 -0700
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Thu Jun 26 15:25:04 2014 +0530

----------------------------------------------------------------------
 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/7bc997f4/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 8460cd4..051265f 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
         """