mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
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 <talluri@apache.org>
This commit is contained in:
parent
aed6e95e5d
commit
fa8f0a43c3
@ -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
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user