diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-06-28 16:19:38 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-06-28 16:21:39 +0200 |
commit | 3cf38516bb765126fee80fed6d984ae963d075de (patch) | |
tree | 758dfdfe7db106c77d9a2da95d4dcd99aa2af81d /test/TEST-09-REBOOT | |
parent | TEST-06-SELINUX: Explicitly pull in autorelabel.service (diff) | |
download | systemd-3cf38516bb765126fee80fed6d984ae963d075de.tar.xz systemd-3cf38516bb765126fee80fed6d984ae963d075de.zip |
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.
Diffstat (limited to 'test/TEST-09-REBOOT')
-rw-r--r-- | test/TEST-09-REBOOT/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
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', }, ] |