From 1930a3ea5d6d517ef2679cd3762df42d1c3702c9 Mon Sep 17 00:00:00 2001 From: mloviska Date: Wed, 15 Nov 2023 13:21:03 +0100 Subject: [PATCH] Align Micro 6.0 with MicroOS There is no reboot after `dd`-ing the raw image into drive. This behavior is the same as we can see in MicroOS. --- tests/microos/selfinstall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/microos/selfinstall.pm b/tests/microos/selfinstall.pm index 7a77d57f1f97..5cc5bdc471a9 100644 --- a/tests/microos/selfinstall.pm +++ b/tests/microos/selfinstall.pm @@ -33,7 +33,7 @@ sub run { } # Before combustion 1.2, a reboot is necessary for firstboot configuration - if (is_leap_micro || is_sle_micro) { + if (is_leap_micro('<6.0') || is_sle_micro('<6.0')) { wait_serial('reboot: Restarting system', 240) or die "SelfInstall image has not rebooted as expected"; # Avoid booting into selfinstall again eject_cd() unless $no_cd;