Actions
action #120013
closedcoordination #121876: [epic] Handle openQA review failures in Yam squad - SLE 15 SP5
Install open-iscsi package in iscsi_client
Description
Observation¶
With SLE 15 SP5 Build 29.1 a change in YaST was applied that removed the open-iscsi package from the dependencies. As a result of this there is a popup that is asking for the installation of open-iscsi which is now occurring in the iscsi_client
test module.
Scope¶
- SLE 15 SP5 >= Build 29.1
Acceptance criteria¶
AC1: open-iscsi is installed before opening yast module
AC2: Verify that the change does not harm other versions of SLE
Suggestions¶
A zypper in open-iscsi
should be executed at the beginning of the iscsi_client
test module. Zypper will return 0 even if the module is installed already, so it shouldn't be a difficult patch.
Actions