rohityadavcloud commented on code in PR #5442: URL: https://github.com/apache/cloudstack/pull/5442#discussion_r875505490
########## test/integration/component/test_host_ha.py: ########## @@ -17,22 +17,19 @@ """ BVT tests for Hosts Maintenance """ -# Import Local Modules -from marvin.codes import FAILED from marvin.cloudstackTestCase import * -from marvin.cloudstackAPI import * from marvin.lib.utils import * from marvin.lib.base import * from marvin.lib.common import * from nose.plugins.attrib import attr -from time import sleep - _multiprocess_shared_ = False class TestHostHA(cloudstackTestCase): + hostCountMsg = "Host HA can be tested with at least two hosts, only %s found" Review Comment: Not I'm asking even though file says `test_host_ha.py`, are the tests for Host HA (or VM HA) that uses oobm/ipmi etc? Nevermind I'll check this myself. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
