Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py1192 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/
DWifiRvrTest.py362 if not wputils.health_check(dev, 5, 50):
481 if not wputils.health_check(
DWifiSensitivityTest.py390 if not wputils.health_check(self.dut, 10):
682 if not wputils.health_check(self.dut, 10):
DWifiSoftApPerformanceTest.py121 if not wputils.health_check(dev, 20):
DWifiThroughputStabilityTest.py263 if not wputils.health_check(self.dut, 10):
DWifiRoamingPerformanceTest.py456 if not wputils.health_check(self.dut, 10):
DWifiPingTest.py392 if not wputils.health_check(self.dut, 10):
DWifiRssiTest.py545 if not wputils.health_check(self.dut, 10):