Github user serg38 commented on the issue:
https://github.com/apache/cloudstack/pull/1692
Thanks @rhtyd It didi it. Now two of them still fail but the rest are
successful
```
Tests out-of-band management ownership expiry across multi-mgmt server ...
=== TestName: test_oobm_multiple_mgmt_server_ownership | Status : FAILED ===
FAIL
Tests out-of-band management change password feature ... === TestName:
test_oobm_zchange_password | Status : EXCEPTION ===
ERROR
======================================================================
ERROR: Tests out-of-band management change password feature
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/t_vazqnadmin/cloudstack/test/integration/smoke/test_outofbandmanagement.py",
line 593, in test_oobm_zchange_password
self.assertTrue((len(alerts) - alertCount) > 0)
TypeError: object of type 'NoneType' has no len()
======================================================================
FAIL: Tests out-of-band management ownership expiry across multi-mgmt server
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/t_vazqnadmin/cloudstack/test/integration/smoke/test_outofbandmanagement.py",
line 524, in test_oobm_multiple_mgmt_server_ownership
self.fail("Management server failed to turn down or remove fake mgmt
server")
AssertionError: Management server failed to turn down or remove fake mgmt
server
----------------------------------------------------------------------
Ran 16 tests in 1553.771s
FAILED (SKIP=1, errors=1, failures=1)
---
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 [email protected] or file a JIRA ticket
with INFRA.
---