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 | 1192 def health_check(dut, batt_thresh=5, temp_threshold=53, cooldown=1): function 1206 health_check = True 1210 health_check = False 1222 health_check = False 1225 return health_check
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiRvrTest.py | 362 if not wputils.health_check(dev, 5, 50): 481 if not wputils.health_check(
|
D | WifiSensitivityTest.py | 390 if not wputils.health_check(self.dut, 10): 682 if not wputils.health_check(self.dut, 10):
|
D | WifiSoftApPerformanceTest.py | 121 if not wputils.health_check(dev, 20):
|
D | WifiThroughputStabilityTest.py | 263 if not wputils.health_check(self.dut, 10):
|
D | WifiRoamingPerformanceTest.py | 456 if not wputils.health_check(self.dut, 10):
|
D | WifiPingTest.py | 392 if not wputils.health_check(self.dut, 10):
|
D | WifiRssiTest.py | 545 if not wputils.health_check(self.dut, 10):
|