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:31:01 UTC

git commit: updated refs/heads/master to 2fedc28

Repository: cloudstack
Updated Branches:
  refs/heads/master 563934c98 -> 2fedc281b


Disable testcases


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

Branch: refs/heads/master
Commit: 2fedc281b7d650ebe96ab19ae07774298744429d
Parents: 563934c
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:30:56 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/2fedc281/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 051265f..029e7db 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")
+    @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/2fedc281/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 92c8a27..a787d86 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
         """