From 3cf38516bb765126fee80fed6d984ae963d075de Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 28 Jun 2024 16:19:38 +0200 Subject: [PATCH] TEST-09-REBOOT: Set auto firmware This test runs in nspawn by default but will still run in qemu when tests are run unprivileged so make sure we use UEFI if available to avoid hangs when using the linux firmware. --- test/TEST-09-REBOOT/meson.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/TEST-09-REBOOT/meson.build b/test/TEST-09-REBOOT/meson.build index b7556189f5..3e46a73e5d 100644 --- a/test/TEST-09-REBOOT/meson.build +++ b/test/TEST-09-REBOOT/meson.build @@ -4,5 +4,8 @@ integration_tests += [ integration_test_template + { 'name' : fs.name(meson.current_source_dir()), 'storage' : 'persistent', + # FIXME: Figure out why reboot sometimes hangs with 'linux' firmware. + # Use 'auto' to automatically fallback on non-uefi architectures. + 'firmware' : 'auto', }, ] -- 2.25.1