summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-06-28 16:21:51 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-06-28 16:23:25 +0200
commitf392be9e7756268fc1b9d5204adc642bee10c8fa (patch)
tree2ae3811a52cd9e62c9638f2d4eab5c4721fe294c /test
parentTEST-09-REBOOT: Set auto firmware (diff)
downloadsystemd-f392be9e7756268fc1b9d5204adc642bee10c8fa.tar.xz
systemd-f392be9e7756268fc1b9d5204adc642bee10c8fa.zip
TEST-18-FAILUREACTION: 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')
-rw-r--r--test/TEST-18-FAILUREACTION/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/TEST-18-FAILUREACTION/meson.build b/test/TEST-18-FAILUREACTION/meson.build
index 8dec5f37e7..ee96008d4a 100644
--- a/test/TEST-18-FAILUREACTION/meson.build
+++ b/test/TEST-18-FAILUREACTION/meson.build
@@ -3,5 +3,8 @@
integration_tests += [
integration_test_template + {
'name' : fs.name(meson.current_source_dir()),
+ # FIXME: Figure out why reboot sometimes hangs with 'linux' firmware.
+ # Use 'auto' to automatically fallback on non-uefi architectures.
+ 'firmware' : 'auto',
},
]