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:
parent
40e9c54cbb
commit
bdffaa02f4
@ -11,7 +11,7 @@
|
|||||||
. ./tests/cli/lib/lib.sh
|
. ./tests/cli/lib/lib.sh
|
||||||
|
|
||||||
CLI="${CLI:-./src/bin/composer-cli}"
|
CLI="${CLI:-./src/bin/composer-cli}"
|
||||||
QEMU="/usr/bin/qemu-system-$(uname -m)"
|
QEMU="qemu-system-$(uname -m) -machine accel=kvm:tcg"
|
||||||
|
|
||||||
rlJournalStart
|
rlJournalStart
|
||||||
rlPhaseStartTest "compose start"
|
rlPhaseStartTest "compose start"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
. ./tests/cli/lib/lib.sh
|
. ./tests/cli/lib/lib.sh
|
||||||
|
|
||||||
CLI="${CLI:-./src/bin/composer-cli}"
|
CLI="${CLI:-./src/bin/composer-cli}"
|
||||||
QEMU="/usr/bin/qemu-system-$(uname -m)"
|
QEMU="qemu-system-$(uname -m) -machine accel=kvm:tcg"
|
||||||
|
|
||||||
rlJournalStart
|
rlJournalStart
|
||||||
rlPhaseStartTest "compose start"
|
rlPhaseStartTest "compose start"
|
||||||
|
Loading…
Reference in New Issue
Block a user