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 19, 2024
1 parent cade748 commit 2ae7c2b
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 @@ -121,7 +121,7 @@ RC=0
--port "$serial_port" \
--hostname "$VM_HOSTNAME" \
--poweroff \
"mount -t 9p -o trans=virtio,version=9p2000.L,rw $MOUNT_TAG /mnt && cd /mnt && ./testrunner" || RC=$?
"mount -t 9p -o trans=virtio,version=9p2000.L,msize=512000,rw $MOUNT_TAG /mnt && cd /mnt && ./testrunner" || RC=$?

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 2ae7c2b

Please sign in to comment.