Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabMobilityTest.py241 destination_ip = get_host_ip_address(self)
243 if not adb_shell_ping(self.ad, DEFAULT_PING_DURATION, destination_ip):
247 return destination_ip
249 def _iperf_task(self, destination_ip, duration): argument
256 destination_ip,
DTelLabDataTest.py164 destination_ip = get_host_ip_address(self)
167 destination_ip):
184 destination_ip,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py3623 destination_ip = exe_cmd(cmd)
3624 destination_ip = (destination_ip.decode("utf-8")).split("\n")[0]
3625 ad.log.info("Host IP is %s", destination_ip)
3626 return destination_ip