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 12d3114 commit 57605aeCopy full SHA for 57605ae
tools/testing/selftests/drivers/net/hw/devmem.py
@@ -26,7 +26,7 @@ def check_rx(cfg) -> None:
26
port = rand_port()
27
listen_cmd = f"{cfg.bin_local} -l -f {cfg.ifname} -s {cfg.addr} -p {port}"
28
29
- with bkg(listen_cmd) as ncdevmem:
+ with bkg(listen_cmd, exit_wait=True) as ncdevmem:
30
wait_port_listen(port)
31
cmd(f"echo -e \"hello\\nworld\"| socat -u - TCP{cfg.addr_ipver}:{cfg.addr}:{port}", host=cfg.remote, shell=True)
32
0 commit comments