mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +03:00
test: support TEST_NO_KVM
The shell integration suite allows to manually deselect KVM, so suppor the same env var for the same purpose in python.
This commit is contained in:
parent
626518ecd5
commit
7d2701e7d1
@ -124,6 +124,7 @@ def main():
|
||||
*args.mkosi_args,
|
||||
'--append',
|
||||
'--qemu-firmware', args.firmware,
|
||||
'--qemu-kvm', "auto" if not bool(int(os.getenv("TEST_NO_KVM", "0"))) else "no",
|
||||
'--kernel-command-line-extra',
|
||||
' '.join([
|
||||
'systemd.hostname=H',
|
||||
|
Loading…
x
Reference in New Issue
Block a user