Skip to content

Commit

Permalink
tests: set msize=512000 option for 9pfs
Browse files Browse the repository at this point in the history
From https://salsa.debian.org/ci-team/autopkgtest/-/merge_requests/418

We do not transfer large file, but still.
  • Loading branch information
zeha committed Aug 17, 2024
1 parent 4dfb0d3 commit b06296e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ fi
--port "$serial_port" \
--hostname "$VM_HOSTNAME" \
--poweroff \
"mount -t 9p -o trans=virtio,version=9p2000.L,rw $MOUNT_TAG /mnt && cd /mnt && ./testrunner"
"mount -t 9p -o trans=virtio,version=9p2000.L,msize=512000,rw $MOUNT_TAG /mnt && cd /mnt && ./testrunner"

if [ ! -d results ] || [ ! -f ./results/goss.tap ] || [ ! -f ./results/goss.exitcode ]; then
echo "Running tests inside VM failed for unknown reason" >&2
Expand Down

0 comments on commit b06296e

Please sign in to comment.