Searched refs:bin_local (Results 1 – 4 of 4) sorted by relevance
167 parts = [cfg.bin_local, "-l", f"-f {ifname}", f"-s {addr}",186 parts = [cfg.bin_local, f"-f {ifname}", f"-s {addr}",219 def setup_test(cfg, bin_local): argument221 cfg.bin_local = bin_local222 cfg.bin_remote = cfg.remote.deploy(cfg.bin_local)
91 cfg.bin_local = cfg.net_lib_dir / "csum"92 cfg.bin_remote = cfg.remote.deploy(cfg.bin_local)
139 rx_cmd = f"{cfg.bin_local} -s -p {cfg.port} -i {cfg.ifname} -q {cfg.target}"155 rx_cmd = f"{cfg.bin_local} -s -p {cfg.port} -i {cfg.ifname} -q {cfg.target} -o 4"180 rx_cmd = f"{cfg.bin_local} -s -p {cfg.port} -i {cfg.ifname} -q {cfg.target} -x {nr_pages}"198 cfg.bin_local = path.abspath(path.dirname(__file__) + "/../../../drivers/net/hw/iou-zcrx")199 cfg.bin_remote = cfg.remote.deploy(cfg.bin_local)
23 cfg.bin_local = cfg.test_dir / "so_txtime"24 cfg.bin_remote = cfg.remote.deploy(cfg.bin_local)