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.py250 destination_ip = get_host_ip_address(self)
252 if not adb_shell_ping(self.ad, DEFAULT_PING_DURATION, destination_ip):
256 return destination_ip
258 def _iperf_task(self, destination_ip, duration): argument
265 destination_ip,
DTelLabDataTest.py184 destination_ip = get_host_ip_address(self)
187 destination_ip):
204 destination_ip,
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py9087 destination_ip = exe_cmd(cmd)
9088 destination_ip = (destination_ip.decode("utf-8")).split("\n")[0]
9089 ad.log.info("Host IP is %s", destination_ip)
9090 return destination_ip