Searched refs:health_check (Results 1 – 8 of 8) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/ |
D | __init__.py | 178 if not health_check(dut, 10): 609 def health_check(dut, batt_thresh=5, temp_threshold=53, cooldown=1): function 623 health_check = True 627 health_check = False 639 health_check = False 642 return health_check
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiTdlsRvrTest.py | 182 if not wputils.health_check(ad, 20):
|
D | WifiSoftApPerformanceTest.py | 155 if not wputils.health_check(dev, 20):
|
D | WifiRoamingPerformanceTest.py | 467 if not wputils.health_check(self.dut, 10):
|
D | WifiTxPowerCheckTest.py | 883 if not wputils.health_check(self.dut, 10):
|
D | WifiRvrTest.py | 426 if not wputils.health_check(dev, 5, 50):
|
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/ |
D | WifiAwareRvrTest.py | 209 if not wputils.health_check(ad, 20):
|
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/performance/ |
D | WifiP2pRvrTest.py | 227 if not wputils.health_check(ad, 20):
|