Hi,
it seems a recent commit causes a storage test failure on GitHub:
================================== FAILURES ===================================
________________ test_prepare_connection_without_initiator_name ________________
def test_prepare_connection_without_initiator_name():
con_def = [{
"password": "password",
"port": "3260",
"iqn": "iqn.2016-01.com.ovirt:444",
"connection": "192.168.1.2",
"ipv6_enabled": "false",
"id": "994a711a-60f3-411a-aca2-0b60f01e8b8c",
"user": "",
"tpgt": "1",
}]
conn = storageServer._prepare_connections(sd.ISCSI_DOMAIN,
con_def)
E AttributeError: module 'vdsm.storage.storageServer' has
no attribute '_prepare_connections'
Could you please fix it quickly or disable the test?
@all: Beware that CI on Vdsm no longer runs the tests and patches must
be tested on GitHub before merging.
Thanks,
Milan