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:
parent
b8307a0a88
commit
4ac48b6eff
1 changed files with 32 additions and 32 deletions
|
@ -151,7 +151,7 @@ setup_passt_in_ns() {
|
|||
' -nodefaults' \
|
||||
' -append "console=ttyS0 mitigations=off apparmor=0 ' \
|
||||
'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"
|
||||
pane_wait GUEST
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue