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.py1084 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/
DWifiSoftApPerformanceTest.py123 if not wputils.health_check(dev, 20):
DWifiRvrTest.py368 if not wputils.health_check(dev, 5, 50):
485 if not wputils.health_check(
DWifiSensitivityTest.py402 if not wputils.health_check(self.dut, 10):
690 if not wputils.health_check(self.dut, 10):
DWifiThroughputStabilityTest.py271 if not wputils.health_check(self.dut, 10):
DWifiRoamingPerformanceTest.py443 if not wputils.health_check(self.dut, 10):
DWifiPingTest.py414 if not wputils.health_check(self.dut, 10):
DWifiRssiTest.py552 if not wputils.health_check(self.dut, 10):