Project

General

Profile

action #154462

Updated by JERiveraMoya 3 months ago

#### Motivation 
 The test is supposed to enter a LUN path (see 15SP5 last successful run: https://openqa.suse.de/tests/11164042#step/iscsi_server/60 ) 
 but it leaves it empty, pressing alt-o (OK) and the yast module complains about empty LUN path causing the test to fail. In the autoinst.log we can see that the module attempts to fill up the LUN path : 

 [2024-01-29T12:53:36.749985+01:00] [debug] [pid:106945] tests/iscsi/iscsi_server.pm:220 called iscsi_server::target_backstore_tab -> tests/iscsi/iscsi_server.pm:187 called utils::type_string_slow_extended -> lib/utils.pm:459 called testapi::type_string 
 [2024-01-29T12:53:36.750242+01:00] [debug] [pid:106945] <<< testapi::type_string(string="/root/iscsi-disk", max_interval=13, wait_screen_change=0, wait_still_screen="0.05", timeout=5, similarity_level=38) 
 [2024-01-29T12:53:41.735292+01:00] [debug] [pid:106945] tests/iscsi/iscsi_server.pm:220 called iscsi_server::target_backstore_tab -> tests/iscsi/iscsi_server.pm:187 called utils::type_string_slow_extended -> lib/utils.pm:459 called testapi::type_string 
 [2024-01-29T12:53:41.735582+01:00] [debug] [pid:106945] <<< testapi::wait_still_screen(timeout=5, similarity_level=38, stilltime="0.05") 
 
 The test must be adjusted in order to successfully enter the LUN path and proceed. 

 Also affecting tests: iscsi_server_normal_auth_backstore_hdd and iscsi_server_normal_auth_backstore_lvm 

 openQA test in scenario sle-15-SP6-Online-x86_64-iscsi_server_normal_auth_backstore_fileio@64bit fails in 
 [iscsi_server](https://openqa.suse.de/tests/13373522/modules/iscsi_server/steps/62) 

 #### Acceptance criteria 
 **AC1**: **AC1*: Make reliable the step mentioned above to fill the LUN path. 

Back