We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf419ef commit 140db4bCopy full SHA for 140db4b
tests/integration_tests/functional/test_net.py
@@ -108,7 +108,7 @@ def test_tap_offload(uvm_any):
108
# Start a UDP server in the guest
109
# vm.ssh.check_output(f"nohup socat UDP-LISTEN:{port} - > {out_filename} &")
110
vm.ssh.check_output(
111
- f"nohup socat UDP4-LISTEN:{port} OPEN:{out_filename},creat > /dev/null 2>&1 &"
+ f"nohup socat UDP4-LISTEN:{port} CREATE:{out_filename} > /dev/null 2>&1 &"
112
)
113
114
# wait for socat server to spin up
0 commit comments