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

  /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 605 def wait_down(self, timeout=None, warning_timer=None, old_boot_id=None):
609 If old_boot_id is provided, this will wait until either the machine
611 old_boot_id. If the boot_id value has changed then the function
615 If old_boot_id is None then until the machine becomes unreachable the
619 and old_boot_id are:
620 1. timeout and old_boot_id: wait timeout seconds for either the
628 3. only old_boot_id: wait forever until either the host becomes
631 4. not timeout, not old_boot_id: wait forever till the host becomes
638 @param old_boot_id A string containing the result of self.get_boot_id()
653 if old_boot_id is not None
    [all...]
servo_host.py 483 old_boot_id = self.get_boot_id()
486 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 109 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_StaleModemReboot/
cellular_StaleModemReboot.py 174 self._client.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/site_tests/platform_KernelErrorPaths/
platform_KernelErrorPaths.py 104 old_boot_id=boot_id,
  /external/autotest/server/
autotest.py 663 def _diagnose_dut(self, old_boot_id=None):
688 if old_boot_id:
696 if new_boot_id != old_boot_id:
710 def log_unexpected_abort(self, stderr_redirector, old_boot_id=None):
718 @param old_boot_id: boot id used to infer if a reboot occured.
722 self._diagnose_dut(old_boot_id)
    [all...]
  /external/autotest/client/common_lib/hosts/
base_classes.py 252 def wait_down(self, timeout=None, warning_timer=None, old_boot_id=None):
257 @param old_boot_id: Result of self.get_boot_id() before shutdown.
279 log_failure=True, old_boot_id=None, **dargs):
290 @param old_boot_id: Result of self.get_boot_id() before restart.
299 old_boot_id=old_boot_id):

Completed in 171 milliseconds