Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dremote.py164 self.wait_for_restart(timeout, old_boot_id=current_boot_id,
235 def wait_for_restart(self, timeout=DEFAULT_REBOOT_TIMEOUT, **dargs): member in RemoteHost
242 super(RemoteHost, self).wait_for_restart(timeout=timeout, **dargs)
Dsonic_host.py199 self.wait_for_restart(timeout=timeout, old_boot_id=current_boot_id)
283 self.wait_for_restart(timeout=self.REBOOT_TIME,
/external/autotest/server/site_tests/kernel_MemoryRamoop/
Dkernel_MemoryRamoop.py112 self._client.wait_for_restart(old_boot_id=boot_id)
123 self._client.wait_for_restart(old_boot_id=boot_id)
/external/autotest/server/site_tests/enterprise_CFM_RebootStress/
Denterprise_CFM_RebootStress.py35 self._host.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_TrackpadStressServer/
Dplatform_TrackpadStressServer.py52 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/enterprise_CFM_MimoSanity/
Denterprise_CFM_MimoSanity.py109 self._host.wait_for_restart(old_boot_id=boot_id)
/external/autotest/server/site_tests/platform_KernelErrorPaths/
Dplatform_KernelErrorPaths.py99 self.client.wait_for_restart(
/external/autotest/client/common_lib/hosts/
Dbase_classes.py279 def wait_for_restart(self, timeout=DEFAULT_REBOOT_TIMEOUT, member in Host