mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
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.
This commit is contained in:
parent
7c04137a6f
commit
3cf38516bb
@ -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',
|
||||
},
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user