Home
last modified time | relevance | path

Searched refs:run_iperf_server (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/
DThroughputTest.py80 result, data = init_dut.run_iperf_server("-D")
115 result, data = dut.run_iperf_server("-D -p %d" % port)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRvrTwTest.py371 def run_iperf_server(self, network): member in WifiRvrTWTest
432 rvr_result["throughput_RX"] = self.run_iperf_server(network)
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py1293 def run_iperf_server(self, extra_args=""): member in AndroidDevice