Searched refs:test_interface (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | iperf_server.py | 66 test_interface=c.get('test_interface'), 462 test_interface=None, argument 477 self.test_interface = self._get_test_interface_based_on_ip( 478 test_interface) 480 self.test_interface = None 493 def _get_test_interface_based_on_ip(self, test_interface): argument 503 if test_interface: 504 return test_interface 534 utils.renew_linux_ip_address(self._ssh_session, self.test_interface)
|
D | iperf_client.py | 61 test_interface=c.get('test_interface'))) 66 test_interface=c.get('test_interface'))) 174 def __init__(self, ssh_config, use_paramiko=False, test_interface=None): argument 183 self.test_interface = test_interface 266 def __init__(self, android_device_or_serial, test_interface=None): argument 278 self.test_interface = test_interface
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/ |
D | WlanRebootTest.py | 314 test_interface=self.access_point.wlan_2g) 319 test_interface=self.access_point.wlan_5g) 332 iperf_server_on_ap.test_interface) 343 self.iperf_client_on_dut.test_interface)) 368 iperf_client_on_dut.test_interface) 579 dut_test_interface = self.iperf_client_on_dut.test_interface
|
D | WlanRvrTest.py | 296 self.iperf_server.test_interface)) 298 self.dut_iperf_client.test_interface) 323 self.dut_iperf_client.test_interface)) 457 self.dut_iperf_client.test_interface)
|
D | ChannelSweepTest.py | 285 device.test_interface) 615 channel, self.dut, self.iperf_client.test_interface)
|