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 

 ## Observation 

 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 ## Test suite description 
 **AC1*: Make reliable iSCSI multimachine test suite with manually configure the step mentioned above to fill the LUN path. static network between SUTs. Authentication: 2way normal authentication, discovery authentication is not configured Backstore: fileIO 
 Test data are included in enclosed yaml file. 



 ## Reproducible 

 Fails since (at least) Build [48.2](https://openqa.suse.de/tests/13339743) 


 ## Expected result 

 Last good: (unknown) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?arch=x86_64&distri=sle&flavor=Online&machine=64bit&test=iscsi_server_normal_auth_backstore_fileio&version=15-SP6) 

Back