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

  /external/autotest/server/site_tests/power_DarkResumeShutdownServer/
power_DarkResumeShutdownServer.py 29 self.orig_boot_id = host.get_boot_id()
99 old_boot_id=self.orig_boot_id)
122 if host.is_up() and host.get_boot_id() == self.orig_boot_id:
  /external/autotest/server/cros/faft/utils/
mode_switcher.py 470 self.wait_for_client_offline(orig_boot_id=boot_id)
509 self.wait_for_client_offline(orig_boot_id=boot_id)
619 def wait_for_client_offline(self, timeout=60, orig_boot_id=None):
623 @param orig_boot_id: A string containing the original boot id.
634 if orig_boot_id and self.client_host.get_boot_id() != orig_boot_id:
767 def wait_for_client_offline(self, timeout=60, orig_boot_id=None):
771 @param orig_boot_id: A string containing the original boot id.
774 # TODO: Add a way to check orig_boot_id
    [all...]
  /external/autotest/server/site_tests/firmware_ConsecutiveBoot/
firmware_ConsecutiveBoot.py 64 self.switcher.wait_for_client_offline(timeout=100, orig_boot_id=boot_id)
  /external/autotest/server/cros/faft/
firmware_test.py     [all...]

Completed in 247 milliseconds