diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-05 18:14:44 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-06 11:57:09 +0200 |
commit | 1f2c9bda495e062c34b891ca8e77ce0ec43a5012 (patch) | |
tree | e7eebc268dc016ed595a3002812df5d88621ee25 /test/TEST-09-REBOOT | |
parent | TEST-46-HOMED: Skip barely fits test on ext4 (diff) | |
download | systemd-1f2c9bda495e062c34b891ca8e77ce0ec43a5012.tar.xz systemd-1f2c9bda495e062c34b891ca8e77ce0ec43a5012.zip |
test: Default to linux qemu firmware
Direct kernel boot results in much faster boot times so let's use
it by default.
We disable it for tests that need to reboot because +-50% of the
time, doing a reboot when using direct kernel boot causes qemu to
hang on reboot. Until we figure that out, let's use UEFI for the
tests that need to reboot.
Diffstat (limited to 'test/TEST-09-REBOOT')
-rw-r--r-- | test/TEST-09-REBOOT/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/TEST-09-REBOOT/meson.build b/test/TEST-09-REBOOT/meson.build index 7f5cc704c9..a511a829af 100644 --- a/test/TEST-09-REBOOT/meson.build +++ b/test/TEST-09-REBOOT/meson.build @@ -2,4 +2,6 @@ test_params += { 'storage': 'persistent', + # FIXME; Figure out why reboot sometimes hangs with 'linux' firmware. + 'firmware' : 'uefi', } |