Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/server/cros/minios/
H A Dminios_test.py80 self._host.test_wait_for_shutdown(self._MINIOS_SHUTDOWN_TIMEOUT)
222 self._host.test_wait_for_shutdown(self._MINIOS_SHUTDOWN_TIMEOUT)
/aosp_15_r20/external/autotest/server/site_tests/display_HotPlugAtBoot/
H A Ddisplay_HotPlugAtBoot.py76 host.test_wait_for_shutdown(
/aosp_15_r20/external/autotest/server/site_tests/display_Resolution/
H A Ddisplay_Resolution.py127 host.test_wait_for_shutdown(self.REBOOT_TIMEOUT)
/aosp_15_r20/external/autotest/server/hosts/
H A Dcros_host.py2319 def test_wait_for_shutdown(self, shutdown_timeout=None): member in CrosHost