HomeSort by relevance Sort by last modified time
    Searched refs:old_boot_id (Results 1 - 20 of 20) sorted by null

  /external/autotest/server/site_tests/enterprise_CFM_RebootStress/
enterprise_CFM_RebootStress.py 35 self._host.wait_for_restart(old_boot_id=boot_id)
  /external/autotest/server/site_tests/cellular_ChromeEndToEnd/
cellular_ChromeEndToEnd.py 26 self._client.wait_for_restart(old_boot_id=boot_id)
  /external/autotest/server/site_tests/desktopui_CrashyRebootServer/
desktopui_CrashyRebootServer.py 51 old_boot_id=boot_id):
  /external/autotest/server/site_tests/platform_CryptohomeSyncStressServer/
platform_CryptohomeSyncStressServer.py 44 host.wait_for_restart(old_boot_id=boot_id)
  /external/autotest/server/site_tests/platform_TrackpadStressServer/
platform_TrackpadStressServer.py 57 old_boot_id=boot_id,
  /external/autotest/server/site_tests/power_DarkResumeShutdownServer/
power_DarkResumeShutdownServer.py 99 old_boot_id=self.orig_boot_id)
  /external/autotest/server/site_tests/security_kASLR/
security_kASLR.py 26 self._client.wait_for_restart(old_boot_id=boot_id,
  /external/autotest/server/hosts/
sonic_host.py 199 self.wait_for_restart(timeout=timeout, old_boot_id=current_boot_id)
284 old_boot_id=current_boot_id)
abstract_ssh.py 687 warning_timer=None, old_boot_id=None,
692 If old_boot_id is provided, waits until either the machine is
694 old_boot_id. If the boot_id value has changed then the function
698 If old_boot_id is None then until the machine becomes unreachable the
705 @param old_boot_id A string containing the result of self.get_boot_id()
724 if old_boot_id is not None:
726 self.host_port, old_boot_id)
754 if old_boot_id is not None and old_boot_id != new_boot_id:
    [all...]
servo_host.py 485 old_boot_id = self.get_boot_id()
488 old_boot_id=old_boot_id):
    [all...]
remote.py 159 self.wait_for_restart(timeout, old_boot_id=current_boot_id,
cros_host.py     [all...]
adb_host.py 604 warning_timer=None, old_boot_id=None, command=ADB_CMD,
617 @param old_boot_id: Not applicable for adb_host.
    [all...]
  /external/autotest/server/site_tests/kernel_MemoryRamoop/
kernel_MemoryRamoop.py 112 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/cellular_StaleModemReboot/
cellular_StaleModemReboot.py 174 self._client.wait_for_restart(old_boot_id=boot_id)
  /external/autotest/server/site_tests/enterprise_CFM_MimoSanity/
enterprise_CFM_MimoSanity.py 109 self._host.wait_for_restart(old_boot_id=boot_id)
  /external/autotest/server/site_tests/logging_KernelCrashServer/
logging_KernelCrashServer.py 99 self._host.wait_for_restart(old_boot_id=boot_id)
  /external/autotest/server/
autotest.py     [all...]
  /external/autotest/server/site_tests/platform_KernelErrorPaths/
platform_KernelErrorPaths.py 104 old_boot_id=boot_id,
  /external/autotest/client/common_lib/hosts/
base_classes.py 255 def wait_down(self, timeout=None, warning_timer=None, old_boot_id=None):
260 @param old_boot_id: Result of self.get_boot_id() before shutdown.
282 log_failure=True, old_boot_id=None, **dargs):
293 @param old_boot_id: Result of self.get_boot_id() before restart.
300 old_boot_id=old_boot_id):

Completed in 261 milliseconds