1
0
mirror of https://passt.top/passt synced 2024-07-06 17:56:15 +00:00

test/lib/setup: Don't rely on IFS to properly separate qemu arguments

...this gets needlessly annoying while playing with test cases.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2022-01-26 07:32:56 +01:00
parent b8307a0a88
commit 4ac48b6eff

View File

@ -151,7 +151,7 @@ setup_passt_in_ns() {
' -nodefaults' \ ' -nodefaults' \
' -append "console=ttyS0 mitigations=off apparmor=0 ' \ ' -append "console=ttyS0 mitigations=off apparmor=0 ' \
'virtio-net.napi_tx=1"' \ 'virtio-net.napi_tx=1"' \
"-device virtio-net-pci,netdev=hostnet0,x-txburst=262144"\ " -device virtio-net-pci,netdev=hostnet0,x-txburst=524288" \
" -netdev socket,fd=5,id=hostnet0" " -netdev socket,fd=5,id=hostnet0"
pane_wait GUEST pane_wait GUEST
} }