Project

General

Profile

action #125753

Updated by JERiveraMoya about 1 year ago

#### Motivation 

 openQA test in scenario sle-15-SP5-Online-x86_64-cryptlvm_iscsi@64bit fails in 
 [iscsi_configuration](https://openqa.suse.de/tests/10658838/modules/iscsi_configuration/steps/12) 
 the failure is sporadic and we tried to use ip instead of hostname but not even that helps sometimes. 
 Let's retry the specific command we are using here to connect lscsi. There is function library already available to do retry in `lib/utils.pm`: `script_retry`. the project.  
 Please search for it. 

 #### Acceptance criteria 
 **AC1**: Retry command in iscsi_configuration

Back