From 2ec1c5fdfb1b71feb74f864a3deb48a58b7fa5bc Mon Sep 17 00:00:00 2001 From: Detlev Casanova Date: Fri, 20 Sep 2024 15:50:42 -0400 Subject: [PATCH] tests: virtme: Fix running on fedora 40 Virtiofs is used by default to mount the rootfs in virtme-ng. In Fedora 40 virtiofs support seems broken with virtme-ng, so force using 9p instead. Part-of: --- tests/virtme/virtme-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/virtme/virtme-run.sh b/tests/virtme/virtme-run.sh index ca96fd9b32..e60097202c 100755 --- a/tests/virtme/virtme-run.sh +++ b/tests/virtme/virtme-run.sh @@ -59,7 +59,7 @@ virtme-run \ --script-sh "sh -c \"$SCRIPT\"" \ -a visl.stable_output=true \ -a visl.codec_variability=true \ - --show-boot-console --show-command \ + --show-boot-console --show-command --force-9p \ --qemu-opts -cpu host,pdcm=off -smp 8 VM_RESULT=$? if [ $VM_RESULT != 0 ]; then