tests: Re-enable kvm

In 303a69bc, we stopped using kvm, because it doesn't exist on all test
builders. Enable it again on those that have it.
This commit is contained in:
Lars Karlitski 2019-05-21 15:26:50 +02:00 committed by Martin Pitt
parent 40e9c54cbb
commit bdffaa02f4
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
. ./tests/cli/lib/lib.sh
CLI="${CLI:-./src/bin/composer-cli}"
QEMU="/usr/bin/qemu-system-$(uname -m)"
QEMU="qemu-system-$(uname -m) -machine accel=kvm:tcg"
rlJournalStart
rlPhaseStartTest "compose start"

View File

@ -11,7 +11,7 @@
. ./tests/cli/lib/lib.sh
CLI="${CLI:-./src/bin/composer-cli}"
QEMU="/usr/bin/qemu-system-$(uname -m)"
QEMU="qemu-system-$(uname -m) -machine accel=kvm:tcg"
rlJournalStart
rlPhaseStartTest "compose start"