]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: Default to linux qemu firmware
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 5 May 2024 16:14:44 +0000 (18:14 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 6 May 2024 09:57:09 +0000 (11:57 +0200)
commit1f2c9bda495e062c34b891ca8e77ce0ec43a5012
treee7eebc268dc016ed595a3002812df5d88621ee25
parenta90bba42f499fb47d90236f21f779a3341aacd82
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.
test/TEST-06-SELINUX/meson.build
test/TEST-09-REBOOT/meson.build
test/TEST-18-FAILUREACTION/meson.build [new file with mode: 0644]
test/integration-test-wrapper.py
test/meson.build