Project

General

Profile

action #120013

Updated by JERiveraMoya over 1 year ago

### Observation 
 With SLE 15 SP5 Build 29.1 a [change in YaST](https://build.suse.de/request/show/281860) 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](https://openqa.suse.de/tests/9874100#step/iscsi_client/44) 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.

Back