Searched refs:health_check (Results 1 – 8 of 8) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 1084 def health_check(dut, batt_thresh=5, temp_threshold=53, cooldown=1): function 1098 health_check = True 1102 health_check = False 1114 health_check = False 1117 return health_check
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiSoftApPerformanceTest.py | 123 if not wputils.health_check(dev, 20):
|
D | WifiRvrTest.py | 368 if not wputils.health_check(dev, 5, 50): 485 if not wputils.health_check(
|
D | WifiSensitivityTest.py | 402 if not wputils.health_check(self.dut, 10): 690 if not wputils.health_check(self.dut, 10):
|
D | WifiThroughputStabilityTest.py | 271 if not wputils.health_check(self.dut, 10):
|
D | WifiRoamingPerformanceTest.py | 443 if not wputils.health_check(self.dut, 10):
|
D | WifiPingTest.py | 414 if not wputils.health_check(self.dut, 10):
|
D | WifiRssiTest.py | 552 if not wputils.health_check(self.dut, 10):
|