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 <tall...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fa8f0a43 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fa8f0a43 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fa8f0a43 Branch: refs/heads/statscollector-graphite Commit: fa8f0a43c3ae9025fede058178284792936c8657 Parents: aed6e95 Author: Chandan Purushothama <chandan.purushoth...@citrix.com> Authored: Fri Nov 7 15:00:03 2014 -0800 Committer: SrikanteswaraRao Talluri <tall...@apache.org> Committed: Mon Nov 10 16:34:30 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/fa8f0a43/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 """