Project

General

Profile

action #97709

Updated by JERiveraMoya almost 3 years ago

Even though, the yui logs show that next was pressed after the timezone module was shown, the installation doesn't proceed as expected. This happens sporadically. We need to investigate if indeed the button is not pressed or if it takes too long for the next screen to appear and fix the issue accordingly. 

 ## Observation 

 openQA test in scenario sle-15-SP4-Online-ppc64le-multipath@ppc64le-no-tmpfs fails in 
 [hostname_inst](https://openqa.suse.de/tests/6949823/modules/hostname_inst/steps/2) 

 ## Test suite description 
 Testsuite maintained at https://gitlab.suse.de/qa-maintenance/qam-openqa-yml. Maintainer: QE Yast 

 Test installation on machine with virtual multipath hardware. Only tests succesful detection of multipath and installation. No functional testing of multipath itself. 


 ## Reproducible 

 Fails since (at least) Build [29.1](https://openqa.suse.de/tests/6949823) (current job) 


 ## Expected result 

 Last good: [26.1](https://openqa.suse.de/tests/6914083) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?arch=ppc64le&distri=sle&flavor=Online&machine=ppc64le-no-tmpfs&test=multipath&version=15-SP4) 

 ## Suggestion 
 Most likely the button was pressed but the screen takes some time to load, we can see here [the time zone combobox](https://openqa.suse.de/tests/6949823#step/accept_timezone_configuration/1) is still not loaded, so we could be more strict in is_shown() method of the screen. 

Back