Project

General

Profile

action #169906

Updated by leli 7 days ago

#### Motivation 
 [Failed job](https://openqa.suse.de/tests/15927962#step/yast2_security/13) 
 This is a sporadic issue, it seems sometimes the 'Password needed' 'Further authentication' dialog hasn't popup. On passed job it will popup like this https://openqa.suse.de/tests/15938465#step/yast2_security/12. 

 Some suggestions for this: 
 1. check whether a timing issue, increase match_timeout value to wait more time.  
 Line:31, tests/sle/tests/yast2_gui/yast2_security.pm 
 ``` 
 y2_module_guitest::launch_yast2_module_x11("security", match_timeout => 120, apply_workaround => is_sle('>=15-SP4') ? 1 : 0); 
 ``` 

 2. manual check the status would be helpful(on local env or on openQA and stop at the module of yast2_security, both ok) 

 #### Acceptance criteria 
 **AC1:**    Increase timeout value to assert the Check why dialog 'Password needed'. needed' hasn't popup in time.

Back