Home
last modified time | relevance | path

Searched refs:bkg (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/tools/testing/selftests/drivers/net/hw/
H A Dcsum.py10 from lib.py import bkg, cmd, wait_port_listen
22 with bkg(rx_cmd, exit_wait=True):
43 with bkg(rx_cmd, host=cfg.remote, exit_wait=True):
H A Diou-zcrx.py8 from lib.py import bkg, cmd, ethtool, wait_port_listen
45 with bkg(rx_cmd, host=cfg.remote, exit_wait=True):
71 with bkg(rx_cmd, host=cfg.remote, exit_wait=True):
H A Ddevmem.py7 from lib.py import bkg, cmd, rand_port, wait_port_listen
30 with bkg(listen_cmd) as socat:
H A Dtso.py15 from lib.py import bkg, cmd, defer, ethtool, ip, rand_port, wait_port_listen
42 with bkg(listen_cmd, host=cfg.remote) as nc:
H A Dnic_performance.py38 from lib.py import NetDrvEpEnv, bkg, wait_port_listen
/linux-6.15/tools/testing/selftests/drivers/net/lib/py/
H A Dload.py5 from lib.py import ksft_pr, cmd, ip, rand_port, wait_port_listen, bkg
31 with bkg(server_cmd, host=env.remote):
/linux-6.15/tools/testing/selftests/drivers/net/
H A Dqueues.py8 from lib.py import bkg, cmd, defer, ip
35 with bkg(f'{cfg.test_dir / "xdp_helper"} {cfg.ifindex} {xdp_queue_id}',
H A Dping.py9 from lib.py import bkg, cmd, wait_port_listen, rand_port
39 with bkg(listen_cmd, exit_wait=True) as nc:
47 with bkg(listen_cmd, host=cfg.remote, exit_wait=True) as nc:
/linux-6.15/tools/testing/selftests/net/lib/py/
H A Dutils.py95 class bkg(cmd): class