Project

General

Profile

action #64463

Updated by riafarov over 3 years ago

## Observation 

 openQA test in scenario opensuse-Tumbleweed-KDE-Live-aarch64-kde_live_upgrade_leap_15.0@aarch64 fails in 
 [live_installation](https://openqa.opensuse.org/tests/1201064/modules/live_installation/steps/15) 

 Instead of clicking the 'Upgrade' icon, it shows a bar on top of the screen to add widgets. 

 So problem is that when we do `assert_and_click` mouse click is hold for too long, so this overlay appears. 
 We could either act on overlay and retry starting upgrade or apply workaround and start upgrade from the kde desktop runner similarly to what we have on L51: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/10474/files#diff-747319ea64cbca8d795af5d9a97e2163 

 


 ## Test suite description 
 Uses the live installer on the kde live media for upgrading the system. 

 +QEMURAM=2048 is necessary as the HDD_1 is only available for aarch64/64-bit and more RAM is necessary. 


 ## Reproducible 

 Fails since (at least) Build [20200309](https://openqa.opensuse.org/tests/1200672) 


 ## Expected result 

 Last good: [20200226](https://openqa.opensuse.org/tests/1189285) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=aarch64&distri=opensuse&flavor=KDE-Live&machine=aarch64&test=kde_live_upgrade_leap_15.0&version=Tumbleweed) 

Back