Searched refs:test_time (Results 1 – 1 of 1) sorted by relevance
/hostap-3.6.0/tests/remote/ |
D | rutils.py | 462 l4="udp", bw="30M", test_time="30", parallel="5", argument 483 iperf_client = iperf_client + ["-f", "m", "-t", test_time] 521 def run_tp_test(server, client, l3="ipv4", iperf="iperf", l4="tcp", test_time="10", parallel="5", argument 529 l3=l3, iperf=iperf, l4=l4, test_time=test_time, 532 … iperf_wait(server, client, server_thread, client_thread, iperf=iperf, timeout=int(test_time) + 10)
|