Skip to content

Commit

Permalink
tests: Use -p qemu for cosa
Browse files Browse the repository at this point in the history
Our tests were broken by coreos/coreos-assembler#3285
  • Loading branch information
cgwalters committed Jun 19, 2023
1 parent 6cc0c42 commit daac606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/common/libvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ vm_kola_spawn() {
exit 1
fi
setpriv --pdeathsig SIGKILL -- \
env MANTLE_SSH_DIR="$PWD/kola-ssh" kola spawn -p qemu-unpriv \
env MANTLE_SSH_DIR="$PWD/kola-ssh" kola spawn -p qemu \
--qemu-image "$test_image" -v --idle \
--json-info-fd 4 --output-dir "$outputdir" &
# hack; need cleaner API for async kola spawn
Expand Down
2 changes: 1 addition & 1 deletion tests/vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spawn_vm() {
exec 4> .kolavm/info.json

env MANTLE_SSH_DIR="$PWD/.kolavm/ssh" \
kola spawn -k -p qemu-unpriv \
kola spawn -k -p qemu \
--qemu-image "$image" -v --idle \
--json-info-fd 4 --output-dir "$PWD/.kolavm/output" &

Expand Down

0 comments on commit daac606

Please sign in to comment.