Searched refs:test_interface (Results 1 – 6 of 6) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
D | wlan_device.py | 180 def create_iperf_client(self, test_interface=None): argument 297 def create_iperf_client(self, test_interface=None): argument 307 if not test_interface: 308 test_interface = self.get_default_wlan_test_interface() 312 test_interface=test_interface) 531 def create_iperf_client(self, test_interface=None): argument 542 if not test_interface: 543 test_interface = self.get_default_wlan_test_interface() 551 test_interface=test_interface)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | iperf_client.py | 64 test_interface=c.get('test_interface'))) 69 test_interface=c.get('test_interface'))) 177 def __init__(self, ssh_config, use_paramiko=False, test_interface=None): argument 192 self.test_interface = test_interface 277 def __init__(self, android_device_or_serial, test_interface=None): argument 289 self.test_interface = test_interface
|
D | iperf_server.py | 66 test_interface=c.get('test_interface'), 425 test_interface=None, argument 440 self.test_interface = self._get_test_interface_based_on_ip( 441 test_interface) 443 self.test_interface = None 456 def _get_test_interface_based_on_ip(self, test_interface): argument 466 if test_interface: 467 return test_interface 498 utils.renew_linux_ip_address(self._ssh_session, self.test_interface)
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/ |
D | WlanRvrTest.py | 264 self.iperf_server.test_interface)) 266 self.dut_iperf_client.test_interface) 292 def _wait_for_dad(self, device, test_interface): argument 311 addrs = device.get_interface_ip_addresses(test_interface) 392 self.iperf_server, self.iperf_server.test_interface) 396 self.dut_iperf_client.test_interface)) 398 self.dut_iperf_client.test_interface) 518 self.dut_iperf_client.test_interface)
|
D | ChannelSweepTest.py | 315 device.test_interface) 665 channel, self.dut, self.iperf_client.test_interface)
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | WlanRebootTest.py | 309 test_interface=self.access_point.wlan_2g) 314 test_interface=self.access_point.wlan_5g) 327 iperf_server_on_ap.test_interface) 338 self.iperf_client_on_dut.test_interface)) 363 iperf_client_on_dut.test_interface) 598 dut_test_interface = self.iperf_client_on_dut.test_interface
|