action #123460
closedcoordination #121876: [epic] Handle openQA review failures in Yam squad - SLE 15 SP5
Provide workaround for iscsi failure bsc#1207157
Description
Motivation¶
iscsi MU tests for 15 SP3 are failing due to wrong return code (bsc#1207157)
We should apply the workaround suggested here and softfail the tests until a fix is available.
Scope¶
For 15 SP3 MU on Yast job group, tests
- mru-iscsi_{server..client}_normal_auth_backstore_fileio
- mru-iscsi_{server..client}_normal_auth_backstore_hdd
- mru-iscsi_{server..client}_normal_auth_backstore_lvm
arch x86_64
Acceptance criteria¶
AC1: Apply simple soft-failure of skip on the point of failure until ticket is complete
AC2: Apply workaround to iscsi_client
AC3: Softfail the iscsi tests by pointing to bsc#1207157
Additional information¶
The workaround is simple enough.
After open-iscsi has been installed we need to edit the file /usr/lib/systemd/system/iscsid.service
.
At the end of the [Unit]
section add
Requires=iscsid.socket
After=iscsid.socket
Leave the rest of the file as is.
After editing the service file you will need to run systemctl daemon-reload
.