Project

General

Profile

action #68158

Updated by riafarov almost 4 years ago

## Observation 

 openQA test in scenario opensuse-15.2-DVD-aarch64-yast2_firstboot@aarch64 fails in 
 [yast2_firstboot](https://openqa.opensuse.org/tests/1303183/modules/yast2_firstboot/steps/8) 
 After sending to SUT 'ret' https://openqa.opensuse.org/tests/1303183#step/yast2_firstboot/8 sometimes got stuck in the same screen. 
 From the logs 'ret' is sent: 

 ``` 
 06:21.262 UTC] [debug] <<< testapi::send_key(key="ret", do_wait=0, wait_screen_change=0) 
 ``` 

 but it doesn't navigate to expected screen: 'Authentication for the System Administrator "root"' 

 What could be happen is that there is some delay on the event of this control which it is visible as focused after this action: https://openqa.opensuse.org/tests/1303183#step/yast2_firstboot/9, 
 so in this slower arch it is possible that the tick was not really processed and then it doesn't expect to go to that screen aforementioned and instead remains in the same screen. 
 Test requires some fix to stabilize it in this particular arch. 

 We have own implementation of the user settings processing, so we can take a look in `tests/opensuse/tests/installation/user_settings.pm` 

 As it's sporadic, we should make at least 10 VRs.

Back