Searched refs:run_iperf (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | CoexBaseTest.py | 275 lambda: self.run_iperf(self.iperf_args), 276 lambda: self.run_iperf(self.bidirectional_args, 281 args = [lambda: self.run_iperf(self.iperf_args)] 285 def run_iperf(self, iperf_args, bidirectional=False): member in CoexBaseTest
|
/tools/test/connectivity/acts/tests/google/wifi/aware/performance/ |
D | ThroughputTest.py | 106 def run_iperf(self, q, dut, peer_dut, peer_aware_if, dut_ipv6, port): member in ThroughputTest 186 target=self.run_iperf, 369 target=self.run_iperf,
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiManagerTest.py | 277 def run_iperf(self, iperf_args): member in WifiManagerTest 290 self.run_iperf(args) 294 self.run_iperf(args)
|