From bdffaa02f4284d1351640bf56b957c2e23e217b6 Mon Sep 17 00:00:00 2001 From: Lars Karlitski Date: Tue, 21 May 2019 15:26:50 +0200 Subject: [PATCH] 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. --- tests/cli/test_compose_live-iso.sh | 2 +- tests/cli/test_compose_qcow2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cli/test_compose_live-iso.sh b/tests/cli/test_compose_live-iso.sh index b155bd50..7d226a0a 100755 --- a/tests/cli/test_compose_live-iso.sh +++ b/tests/cli/test_compose_live-iso.sh @@ -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" diff --git a/tests/cli/test_compose_qcow2.sh b/tests/cli/test_compose_qcow2.sh index d948751c..4a948933 100755 --- a/tests/cli/test_compose_qcow2.sh +++ b/tests/cli/test_compose_qcow2.sh @@ -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"