Project

General

Profile

action #48515

Updated by pvorel about 5 years ago

Commit [e1c0176cea4fbbf488cd781d1c5aea887be67506](https://github.com/os-autoinst/os-autoinst-distri-opensuse/commit/e1c0176cea4fbbf488cd781d1c5aea887be67506) (part of [PR#6813](https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/6813)) broke `boot_grub_item()`. It depends on wait_grub using check_screen instead of assert_screen. 

 Not sure how to fix/workaround it. 
 Adding extra record in grub + using it is important for IMA/EVM tests (there will be more of these tests). 

 First bad: https://openqa.suse.de/tests/2502716 
 Last good: https://openqa.suse.de/tests/2494992

Back