Searched refs:health_check (Results 1 – 8 of 8) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 924 def health_check(dut, batt_thresh=5, temp_threshold=53, cooldown=1): function 938 health_check = True 942 health_check = False 954 health_check = False 957 return health_check
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiSensitivityTest.py | 390 if not wputils.health_check(self.dut, 10): 684 if not wputils.health_check(self.dut, 10):
|
D | WifiRvrTest.py | 372 if not wputils.health_check(dev, 5, 50): 505 if not wputils.health_check(
|
D | WifiThroughputStabilityTest.py | 267 if not wputils.health_check(self.dut, 10):
|
D | WifiRoamingPerformanceTest.py | 466 if not wputils.health_check(self.dut, 10):
|
D | WifiPingTest.py | 390 if not wputils.health_check(self.dut, 10):
|
D | WifiRssiTest.py | 545 if not wputils.health_check(self.dut, 10):
|
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/performance/ |
D | WifiP2pRvrTest.py | 217 if not wputils.health_check(ad, 20):
|