projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df1e7d9
)
test: support TEST_NO_KVM
author
Luca Boccassi
<bluca@debian.org>
Sun, 16 Jun 2024 18:15:24 +0000
(19:15 +0100)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Tue, 18 Jun 2024 18:41:01 +0000
(20:41 +0200)
The shell integration suite allows to manually deselect KVM, so
suppor the same env var for the same purpose in python.
(cherry picked from commit
7d2701e7d1d0a7194026dd371071df6e63f59a82
)
test/integration-test-wrapper.py
patch
|
blob
|
history
diff --git
a/test/integration-test-wrapper.py
b/test/integration-test-wrapper.py
index 1e015e7d47e5f9367953f31bbda394e6025d453f..15b1ce10553372a5bcbd2792063bea638ea8f632 100755
(executable)
--- a/
test/integration-test-wrapper.py
+++ b/
test/integration-test-wrapper.py
@@
-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',