From 3e084f55fb729ee9663926f7d364a8868762bd50 Mon Sep 17 00:00:00 2001 From: Paolo Stivanin Date: Tue, 23 Jul 2024 08:10:59 +0200 Subject: [PATCH] Fix yast2_bootloader Change parent job to correct name. --- tests/security/aarch64_secure_boot/yast2_bootloader.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/security/aarch64_secure_boot/yast2_bootloader.pm b/tests/security/aarch64_secure_boot/yast2_bootloader.pm index 70cb54ef0c17..687307d729ac 100644 --- a/tests/security/aarch64_secure_boot/yast2_bootloader.pm +++ b/tests/security/aarch64_secure_boot/yast2_bootloader.pm @@ -26,8 +26,7 @@ sub run { # On the maintenance job group, we need to install yast2-bootloader, since # it's not present in the created ISO. - my $parent_job = get_var('START_AFTER_TEST'); - if ($parent_job eq "mru-install-minimal-with-addons_security_uefi") { + if (get_var('START_AFTER_TEST') eq "mru-install-minimal-with-addons_security") { zypper_call("in yast2-bootloader"); }