Project

General

Profile

action #169840

Updated by JERiveraMoya 11 days ago

## Motivation 
 The `scsi/iscsi_client.pm` test module is experiencing errors in YaST Maintenance Updates.  
 The reason is that in the test module there are hardcoded shortcuts for UI elements, and those shortcuts now changed slightly.  
 Also the layout of some screens could look different now what leads to not matching needles.  

 Related bug: https://bugzilla.suse.com/show_bug.cgi?id=1231385 

 ## Additional information 
 The tests using this test module are: 
 - iscsi_client_normal_auth_backstore_fileio 
 - iscsi_client_normal_auth_backstore_hdd 
 - iscsi_client_normal_auth_backstore_lvm 

 Those test suites are used in both YaST (group ID=129) and MU (group ID=421), so we cannot just easily change the hotkeys form "old" to "new" because if we try to fix MU with this then we break the same tests in YaST.  

 ## Acceptance criteria:  
 - **AC1**: Make Identify all problems and find a solution that 
 - **AC2**: Tests in Maintenance Updates Job group pass 
 - **AC3**: Tests in the shortcut conditional to the products affected without breaking previous functionality where the update didn't reach yet. YaST job group remains unaffected

Back