Project

General

Profile

action #119515

Updated by JERiveraMoya about 1 year ago

#### Motivation 
 **Description** 

 here is the failed job: https://openqa.suse.de/tests/9825218#step/installation/19 

 in the grub menu in installation.pm, openQA calls "wait_grub_to_boot_on_local_disk" 
 to send "up" key, but I don't know why it failed(maybe network delay), so it went 
 "installation" grub entrance because grub timeout instead of "Boot from Hard Disk" 
 grub entrance, and then the job failed. 

 installation.pm module passed if I manually sent "up" key in the grub menu through VNC. 
 this is the job:    https://openqa.suse.de/tests/9812118#step/installation/21 

 #### Acceptance criteria **Acceptance criteria** 

 AC1: investigate why sending key failed 
 AC1: Ensure selecting the correct grub menu AC2: make installation.pm module to pass

Back