Skip to content

Commit

Permalink
bootloader_uefi: Add assert_screen for sdboot flavor
Browse files Browse the repository at this point in the history
The new flavor JeOS-for-kvm-and-xen-sdboot (systemd-boot) should simply
match the bootloader screen and return.

Signed-off-by: Ricardo B. Marliere <[email protected]>
  • Loading branch information
rbmarliere committed Dec 13, 2024
1 parent fa5412f commit dd9ce6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/installation/bootloader_uefi.pm
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ sub run {
}
}

if (is_jeos && get_required_var('FLAVOR') =~ /sdboot/) {
assert_screen("bootloader-sdboot");
return;
}

if (get_var("IPXE") && !is_usb_boot) {
sleep 60;
return;
Expand Down

0 comments on commit dd9ce6e

Please sign in to comment.