Dan Kenigsberg has submitted this change and it was merged. Change subject: Fix iSCSI functional tests in Fedora 18 ......................................................................
Fix iSCSI functional tests in Fedora 18 There are two fix. 1. modprobe iscsi_target_mod before running tests in Fedora 18 In Fedora 18, iscsi_target_mod is not loaded by default. If the module is not loaded, the rtslib will fail to configure iSCSI targets for the storage backend and the test will fail. This patch load the module explicitly before running the tests. 2. Wait for some time for VDSM to refreshing the device list If two iSCSI tests are arranged back to back, we should wait for VDSM to refresh the iSCSI session info. Otherwise the _getIqnDevs method fails. Change-Id: If0ffd21cbf0b68fa19e4f9a84e399bf2c75039bc Signed-off-by: Zhou Zheng Sheng <[email protected]> --- M tests/functional/xmlrpcTests.py M tests/testrunner.py 2 files changed, 13 insertions(+), 4 deletions(-) Approvals: oVirt Jenkins CI Server: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/12594 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If0ffd21cbf0b68fa19e4f9a84e399bf2c75039bc Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Zhou Zheng Sheng <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
