Home
last modified time | relevance | path

Searched refs:PING_ADDR (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiCellStressTest.py36 PING_ADDR = 'www.google.com' variable
131 result = self.dut.adb.shell("ping -w %d %s" % (sec, PING_ADDR),
DWifiBtStressCoexTest.py41 PING_ADDR = 'www.google.com' variable
158 result = self.dut.adb.shell("ping -w %d %s" % (sec, PING_ADDR),
DWifiStressTest.py38 PING_ADDR = 'www.google.com' variable
144 result = self.dut.adb.shell("ping -w %d %s" %(sec, PING_ADDR),
DWifiChaosTest.py42 PING_ADDR = 'www.google.com' variable
/tools/test/connectivity/acts_tests/tests/google/net/
DDhcpTest.py28 PING_ADDR = "google.com" variable
66 def _verify_ping(self, option="", dest=PING_ADDR):
DDNSTest.py29 PING_ADDR = "google.com" variable