Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiStressTest.py131 def run_ping(self, sec): argument
138 self.log.info("Running ping for %d seconds" % sec)
139 result = self.dut.adb.shell("ping -w %d %s" %(sec, PING_ADDR),
140 timeout=sec+1)
218 def run_long_traffic(self, sec, args, q): argument
223 args, timeout=sec+1)
226 self.run_ping(sec)
323 sec = self.stress_hours * 60 * 60
326 dl_args = "-p {} -t {} -R".format(self.iperf_server_port, sec)
327 dl = threading.Thread(target=self.run_long_traffic, args=(sec, dl_args, q))
DWifiChaosTest.py197 def run_ping(self, sec): argument
208 self.log.info("Running ping for %d seconds" % sec)
209 result = self.dut.adb.shell("ping -w %d %s" % (sec, gateway_ip),
210 timeout=sec + 1)
/tools/treble/hacksaw/
DREADME.md16 + Time: 0.4 sec
20 + Time: 0.6 sec
23 + Time: 0.6 sec
27 + Time: 7.5 sec
36 + Time: 12 min 32 sec
/tools/test/connectivity/acts_tests/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_tests/acts_contrib/test_utils/wifi/aware/
Daware_test_utils.py551 def get_network_specifier(dut, id, dev_type, peer_mac, sec): argument
562 if sec is None:
565 if isinstance(sec, str):
567 id, dev_type, peer_mac, sec)
569 id, dev_type, peer_mac, None, sec)
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/
DThroughputTest.py290 for sec in sec_configs:
296 init_mac, sec))
304 resp_mac, sec))
/tools/test/connectivity/acts/framework/acts/
Dutils.py545 def timeout(sec): argument
564 if sec:
566 signal.alarm(sec)
571 "seconds.").format(func.__name__, sec))
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/compliance/
DWlanPhyCompliance11ACTest.py102 sec = 'wpa2' if settings['security'] else 'open'
107 return 'test_11ac_%smhz_%s_%s' % (chbw, sec, ''.join(ret))
/tools/test/connectivity/acts_tests/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)
DDataPathTest.py1510 for sec in sec_configs:
1516 sec))
1523 sec))
1530 sec))
1537 sec))