Project

General

Profile

action #38291

Updated by oorlov over 5 years ago

## Observation 

 [grub_test](https://openqa.suse.de/tests/1816384/modules/grub_test/steps/5) fails because it is waiting for Grub menu, but the further steps already loaded. 

 It is happened because in the [disable_grub_timeout](https://openqa.suse.de/tests/1816384#step/disable_grub_timeout/8), timeout is set to '0', but should be set to '-1'.  


 openQA test in scenario sle-12-SP4-Server-DVD-aarch64-textmode+proxy_SCC@aarch64 fails in 
 [grub_test](https://openqa.suse.de/tests/1816384/modules/grub_test/steps/5) 

  

 ## Suggestion 

 In `disable_grub_timeout` module, check that correct timeout is set, as currently it is not checked at all. The test just enters '-1' and assumes that everything is going ok. 

 openQA test in scenario sle-12-SP4-Server-DVD-aarch64-textmode+proxy_SCC@aarch64 fails in 
 [grub_test](https://openqa.suse.de/tests/1816384/modules/grub_test/steps/5) 


 ## Reproducible 

 Fails since (at least) Build [0245](https://openqa.suse.de/tests/1695025) 


 ## Expected result 

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


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?test=textmode%2Bproxy_SCC&distri=sle&flavor=Server-DVD&arch=aarch64&machine=aarch64&version=12-SP4) 

Back