Home
last modified time | relevance | path

Searched refs:wait_for_restart (Results 1 – 11 of 11) sorted by relevance

/external/autotest/server/hosts/
Dremote.py159 self.wait_for_restart(timeout, old_boot_id=current_boot_id,
220 def wait_for_restart(self, timeout=DEFAULT_REBOOT_TIMEOUT, **dargs): member in RemoteHost
226 super(RemoteHost, self).wait_for_restart(timeout=timeout, **dargs)
Dsonic_host.py198 self.wait_for_restart(timeout=timeout, old_boot_id=current_boot_id)
281 self.wait_for_restart(timeout=self.REBOOT_TIME,
/external/autotest/server/site_tests/kernel_MemoryRamoop/
Dkernel_MemoryRamoop.py109 self._client.wait_for_restart(old_boot_id=boot_id)
120 self._client.wait_for_restart(old_boot_id=boot_id)
/external/autotest/server/site_tests/cellular_ChromeEndToEnd/
Dcellular_ChromeEndToEnd.py26 self._client.wait_for_restart(old_boot_id=boot_id)
/external/autotest/server/site_tests/platform_CryptohomeSyncStressServer/
Dplatform_CryptohomeSyncStressServer.py44 host.wait_for_restart(old_boot_id=boot_id)
/external/autotest/server/site_tests/platform_TrackpadStressServer/
Dplatform_TrackpadStressServer.py54 self.client.wait_for_restart(
/external/autotest/server/site_tests/security_kASLR/
Dsecurity_kASLR.py26 self._client.wait_for_restart(old_boot_id=boot_id,
/external/autotest/server/site_tests/cellular_StaleModemReboot/
Dcellular_StaleModemReboot.py174 self._client.wait_for_restart(old_boot_id=boot_id)
/external/autotest/server/site_tests/logging_KernelCrashServer/
Dlogging_KernelCrashServer.py99 self._host.wait_for_restart(old_boot_id=boot_id)
/external/autotest/server/site_tests/platform_KernelErrorPaths/
Dplatform_KernelErrorPaths.py101 self.client.wait_for_restart(
/external/autotest/client/common_lib/hosts/
Dbase_classes.py210 def wait_for_restart(self, timeout=DEFAULT_REBOOT_TIMEOUT, member in Host