Project

General

Profile

action #128621

Updated by JERiveraMoya 12 months ago

#### Motivation ## Observation 

 Grub looks wrong when booting from tianocore menu for multiple tests in migration, sporadically. we are getting "welcome to grub! - Please press 't' to show the boot menu on this console". 
 Do We need to figure out what is trigerring this. Maybe Grub menu is appearing but we can't see it, normally it should have timeout disabled but we see [here](https://openqa.suse.de/tests/11022525#step/grub_test/1) that it is not, instead there is a 60 seconds timeout. 

 It is not miss easy to process say what happens from just looking at the test result: 
 - did openqa stall for more than 60 seconds ? 
 - did the "enter" key still be pressed at that moment from previous step ? 
 - is it a virtualization issue that prevents the bootloader from being loaded properly ? 
 - is it a bug in grub that appears sporadically ? 

 openQA test in this particular scenario with tianocre to avoid failure in migrations: 

 sle-15-SP5-Migration-from-SLE15-SPx-aarch64-ha_migration_offline_dvd_sles15sp2_ltss@aarch64 fails in 
 [grub_test](https://openqa.suse.de/tests/11022648/modules/grub_test/steps/44) 

 #### Acceptance criteria ## Test suite description 
 **AC1**: Ensure to process grub from tianocore The base test suite is used for job templates defined in YAML documents. It has no settings of its own. 


 ## Reproducible 

 #### Suggestion Fails since (at least) Build [96.1](https://openqa.suse.de/tests/11022648) (current job) 


 ## Expected result 

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


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?arch=aarch64&distri=sle&flavor=Migration-from-SLE15-SPx&machine=aarch64&test=ha_migration_offline_dvd_sles15sp2_ltss&version=15-SP5) 
 Debug `sub handle_uefi_boot_disk_workaround` most likely we are sending ret key there accidentally and going directly to login prompt

Back