You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ta...@apache.org on 2014/11/10 12:07:27 UTC

git commit: updated refs/heads/4.5 to 2f7959d

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 f78defda0 -> 2f7959d21


CLOUDSTACK-7862: Fixed the script 'maint/test_high_availability.py' - Test Cases failing on Simulator as Testcases try to ssh to the VMs

Signed-off-by: SrikanteswaraRao Talluri <ta...@apache.org>


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

Branch: refs/heads/4.5
Commit: 2f7959d2190d3afbd71f42a84725b75107f925d8
Parents: f78defd
Author: Chandan Purushothama <Ch...@citrix.com>
Authored: Fri Nov 7 15:00:03 2014 -0800
Committer: SrikanteswaraRao Talluri <ta...@apache.org>
Committed: Mon Nov 10 16:37:02 2014 +0530

----------------------------------------------------------------------
 test/integration/component/maint/test_high_availability.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2f7959d2/test/integration/component/maint/test_high_availability.py
----------------------------------------------------------------------
diff --git a/test/integration/component/maint/test_high_availability.py b/test/integration/component/maint/test_high_availability.py
index cc687f8..3e69fd5 100644
--- a/test/integration/component/maint/test_high_availability.py
+++ b/test/integration/component/maint/test_high_availability.py
@@ -165,7 +165,7 @@ class TestHighAvailability(cloudstackTestCase):
             raise Exception("Warning: Exception during cleanup : %s" % e)
         return
 
-    @attr(tags = ["advanced", "advancedns", "multihost"])
+    @attr(tags = ["advanced", "advancedns", "multihost"], required_hardware="true")
     def test_01_host_maintenance_mode(self):
         """Test host maintenance mode
         """
@@ -556,7 +556,7 @@ class TestHighAvailability(cloudstackTestCase):
                       )
         return
 
-    @attr(tags = ["advanced", "advancedns", "multihost"])
+    @attr(tags = ["advanced", "advancedns", "multihost"], required_hardware="true")
     def test_02_host_maintenance_mode_with_activities(self):
         """Test host maintenance mode with activities
         """