Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/
DThroughputTest.py79 result, data = init_dut.run_iperf_server("-D")
114 result, data = dut.run_iperf_server("-D -p %d" % port)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiIOTTwPkg1Test.py162 def run_iperf_server(self, network): member in WifiIOTTwPkg1Test
217 iot_result["throughput_RX"] = self.run_iperf_server(network)
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.py1244 def run_iperf_server(self, extra_args=""): member in AndroidDevice