Project

General

Profile

action #49688

Updated by riafarov about 5 years ago

## Observation 

 openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-update_13.1-gnome@64bit fails in 
 [yast2_i](https://openqa.opensuse.org/tests/890683/modules/yast2_i/steps/23) 

 ## Test suite description 
 riafarov has added HDDSERIAL_1=1 poo#38963 


 ## Reproducible 

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


 ## Expected result 

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


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?flavor=DVD&test=update_13.1-gnome&version=Tumbleweed&arch=x86_64&distri=opensuse&machine=64bit) 


 This issue seems only to happen on machines that were upgraded from very old openSUSE releases; but looking at the screens 'as user' seems not to imply anything going wrong. 

 Thus, please review this test failure and the module - likely there are invalid needles in play, giving wrong indications as to how to continue with the execution 

 We have strange condition 
 ``` 
 until (get_var('YAST_SW_NO_SUMMARY')) { 
          assert_screen ['yast2-sw-packages-autoselected', 'yast2-sw_automatic-changes', 'yast2-sw_shows_summary'], 60; 
 ``` 
 And seems that variable is set somewhere in other test module. Also it works in clean installation (not upgrade scenario), so seems that variable is set there. 
 It also works fine in the upgrade scenarios with newer leap scenarios. 

 NOTE: test module is executed as default set of tests for validation 

Back