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
.
Updated by JERiveraMoya almost 2 years ago
- Tags deleted (
qe-yast-refinement) - Status changed from New to Workable
Run with intervention applying the workaround manually via vnc:
https://openqa.suse.de/tests/10352878#
Updated by JERiveraMoya almost 2 years ago
- Description updated (diff)
- Parent task set to #121876
Updated by JERiveraMoya almost 2 years ago
- Status changed from Workable to In Progress
Updated by geor almost 2 years ago
Updated by JERiveraMoya almost 2 years ago
Let's resolve this ticket once we have done the following, if you agree:
- As you suggested in the PR, mention in the bug about missing fix for SP5.
- Address code improvement for the workaround for SP3.
- Add workaround for SP5.
Updated by JERiveraMoya almost 2 years ago
- Status changed from In Progress to Resolved
Updated by JERiveraMoya almost 2 years ago
- Related to action #124787: Address some refactor for the workaround issue bsc#1207157 added