Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 @rhtyd We run marvin tests on management server. Do we need any special configuration in test data for out-of-band-managment ? The errors seem to point at missing methods in CloudStackAPIClient ====================================================================== ERROR: Tests out-of-band management issue power soft action ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/t_vazqnadmin/cloudstack/test/integration/smoke/test_outofbandmanagement.py", line 440, in test_oobm_issue_power_soft self.configureAndStartIpmiServer() File "/home/t_vazqnadmin/cloudstack/test/integration/smoke/test_outofbandmanagement.py", line 373, in configureAndStartIpmiServer self.configureAndEnableOobm() File "/home/t_vazqnadmin/cloudstack/test/integration/smoke/test_outofbandmanagement.py", line 157, in configureAndEnableOobm self.apiclient.configureOutOfBandManagement(self.getOobmConfigCmd()) **AttributeError: 'CloudStackAPIClient' object has no attribute 'configureOutOfBandManagement'** ====================================================================== ERROR: Tests out-of-band management issue power action ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/t_vazqnadmin/cloudstack/test/integration/smoke/test_outofbandmanagement.py", line 395, in test_oobm_issue_power_status self.configureAndStartIpmiServer(power_state='on') File "/home/t_vazqnadmin/cloudstack/test/integration/smoke/test_outofbandmanagement.py", line 373, in configureAndStartIpmiServer self.configureAndEnableOobm() File "/home/t_vazqnadmin/cloudstack/test/integration/smoke/test_outofbandmanagement.py", line 157, in configureAndEnableOobm self.apiclient.configureOutOfBandManagement(self.getOobmConfigCmd()) **AttributeError: 'CloudStackAPIClient' object has no attribute 'configureOutOfBandManagement'**
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---