DaanHoogland commented on code in PR #5442: URL: https://github.com/apache/cloudstack/pull/5442#discussion_r874775420
########## 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: no? this is test_host_ha, is it? -- 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]
