From: Daan De Meyer Date: Fri, 28 Jun 2024 14:19:38 +0000 (+0200) Subject: TEST-09-REBOOT: Set auto firmware X-Git-Tag: v257-rc1~1019^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cf38516bb765126fee80fed6d984ae963d075de;p=thirdparty%2Fsystemd.git 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. --- diff --git a/test/TEST-09-REBOOT/meson.build b/test/TEST-09-REBOOT/meson.build index b7556189f51..3e46a73e5d5 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', }, ]