From dd9ce6e17adab33fcaea014cc387504e3c9d308a Mon Sep 17 00:00:00 2001 From: "Ricardo B. Marliere" Date: Fri, 13 Dec 2024 08:30:08 -0300 Subject: [PATCH] bootloader_uefi: Add assert_screen for sdboot flavor 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 --- tests/installation/bootloader_uefi.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/installation/bootloader_uefi.pm b/tests/installation/bootloader_uefi.pm index 7cfbb4ca9c86..3b6b9bcd6708 100644 --- a/tests/installation/bootloader_uefi.pm +++ b/tests/installation/bootloader_uefi.pm @@ -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;