diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2019-09-26 23:29:38 +0200 |
---|---|---|
committer | Filipe Brandenburger <filbranden@gmail.com> | 2019-09-28 00:42:38 +0200 |
commit | 501deda1ce89bb558936741c1aeb244e264e8af1 (patch) | |
tree | 130d408b33f5bec2674d9cd398ee398566fa78d5 /test/README.testsuite | |
parent | Merge pull request #13651 from cdown/find_binary_2 (diff) | |
download | systemd-501deda1ce89bb558936741c1aeb244e264e8af1.tar.xz systemd-501deda1ce89bb558936741c1aeb244e264e8af1.zip |
test: allow use of nested KVM
Introduce TEST_NESTED_KVM variable, which allows use of nested KVM for
QEMU VMs (which is disabled by default by KVM autodetection).
Diffstat (limited to 'test/README.testsuite')
-rw-r--r-- | test/README.testsuite | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/README.testsuite b/test/README.testsuite index 7ff148e130..2753ed6e3a 100644 --- a/test/README.testsuite +++ b/test/README.testsuite @@ -54,6 +54,11 @@ TEST_NO_KVM=1 Disable QEMU KVM autodetection (may be necessary when you're trying to run the *vanilla* QEMU and have both qemu and qemu-kvm installed) +TEST_NESTED_KVM=1 + Allow tests to run with nested KVM. By default, the testsuite disables + nested KVM if the host machine already runs under KVM. Setting this + variable disables such checks + QEMU_MEM=512M Configure amount of memory for QEMU VMs (defaults to 512M) |