summaryrefslogtreecommitdiffstats
path: root/test/TEST-09-REBOOT
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-06-28 16:19:38 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-06-28 16:21:39 +0200
commit3cf38516bb765126fee80fed6d984ae963d075de (patch)
tree758dfdfe7db106c77d9a2da95d4dcd99aa2af81d /test/TEST-09-REBOOT
parentTEST-06-SELINUX: Explicitly pull in autorelabel.service (diff)
downloadsystemd-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.build3
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',
},
]