Home
last modified time | relevance | path

Searched refs:WAIT_TIME_AFTER_REBOOT (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/tests/google/tel/live/
DTelLivePreflightTest.py41 from acts.test_utils.tel.tel_defines import WAIT_TIME_AFTER_REBOOT
DTelLiveRebootStressTest.py35 from acts.test_utils.tel.tel_defines import WAIT_TIME_AFTER_REBOOT
487 self.dut.serial, WAIT_TIME_AFTER_REBOOT))
488 time.sleep(WAIT_TIME_AFTER_REBOOT)
DTelLiveDataTest.py52 from acts.test_utils.tel.tel_defines import WAIT_TIME_AFTER_REBOOT
2139 WAIT_TIME_AFTER_REBOOT + WAIT_TIME_TETHERING_AFTER_REBOOT)
2199 time.sleep(WAIT_TIME_AFTER_REBOOT)
2253 time.sleep(WAIT_TIME_AFTER_REBOOT)
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_defines.py161 WAIT_TIME_AFTER_REBOOT = 10 variable