Home
last modified time | relevance | path

Searched refs:sec (Results 1 – 8 of 8) sorted by relevance

/tools/test/connectivity/acts/tests/google/wifi/
DWifiStressTest.py127 def run_ping(self, sec): argument
134 self.log.info("Running ping for %d seconds" % sec)
135 result = self.dut.adb.shell("ping -w %d %s" %(sec, PING_ADDR),
136 timeout=sec+1)
214 def run_long_traffic(self, sec, args, q): argument
219 args, timeout=sec+1)
222 self.run_ping(sec)
319 sec = self.stress_hours * 60 * 60
322 dl_args = "-p {} -t {} -R".format(self.iperf_server_port, sec)
323 dl = threading.Thread(target=self.run_long_traffic, args=(sec, dl_args, q))
DWifiChaosTest.py195 def run_ping(self, sec): argument
206 self.log.info("Running ping for %d seconds" % sec)
207 result = self.dut.adb.shell("ping -w %d %s" % (sec, gateway_ip),
208 timeout=sec + 1)
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveCellInfoTest.py76 sec = round(abs((time1_ns - time2_ns) / NANO_TO_SEC), 3)
77 return sec
89 sec = round(nano_time / NANO_TO_SEC, 3)
90 return sec
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/
Daware_test_utils.py510 def get_network_specifier(dut, id, dev_type, peer_mac, sec): argument
521 if sec is None:
524 if isinstance(sec, str):
526 id, dev_type, peer_mac, sec)
528 id, dev_type, peer_mac, None, sec)
/tools/test/connectivity/acts/tests/google/fuchsia/wlan/
DWlanPhyCompliance11ACTest.py100 sec = 'wpa2' if settings['security'] else 'open'
105 return 'test_11ac_%smhz_%s_%s' % (chbw, sec, ''.join(ret))
/tools/test/connectivity/acts/tests/google/wifi/aware/functional/
DMacRandomNoLeakageTest.py237 for sec in sec_types:
238 ndp_info = self.create_date_path(p_dut, publish_session, s_dut, subscribe_session, sec)
/tools/test/connectivity/acts/framework/acts/
Dutils.py542 def timeout(sec): argument
561 if sec:
563 signal.alarm(sec)
568 "seconds.").format(func.__name__, sec))
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...