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/30 07:26:49 UTC

git commit: updated refs/heads/4.4-forward to bfba6d4

Repository: cloudstack
Updated Branches:
  refs/heads/4.4-forward f7417d622 -> bfba6d4a1


Disable testcases


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

Branch: refs/heads/4.4-forward
Commit: bfba6d4a1e0ec9866aeebd45c3173264160c89f5
Parents: f7417d6
Author: Girish Shilamkar <gi...@clogeny.com>
Authored: Sun Jun 29 22:26:39 2014 -0700
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Sun Jun 29 22:26:39 2014 -0700

----------------------------------------------------------------------
 test/integration/smoke/test_deploy_vm_root_resize.py | 2 +-
 test/integration/smoke/test_vm_life_cycle.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bfba6d4a/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 0f0ddcc..48cdc02 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")
+    @attr(tags = ['advanced', 'basic', 'sg'], required_hardware="true", BugId="6984")
     def test_02_deploy_vm_root_resize(self):
         """Test proper failure to deploy virtual machine with rootdisksize less than template size
         """

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bfba6d4a/test/integration/smoke/test_vm_life_cycle.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_vm_life_cycle.py b/test/integration/smoke/test_vm_life_cycle.py
index e346157..240ab68 100644
--- a/test/integration/smoke/test_vm_life_cycle.py
+++ b/test/integration/smoke/test_vm_life_cycle.py
@@ -304,7 +304,7 @@ class TestVMLifeCycle(cloudstackTestCase):
         return
 
 
-    @attr(tags = ["devcloud", "advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false")
+    @attr(tags = ["devcloud", "advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false", BugId="6984")
     def test_01_stop_vm(self):
         """Test Stop Virtual Machine
         """