Home
last modified time | relevance | path

Searched refs:orig_boot_id (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/site_tests/power_DarkResumeShutdownServer/
Dpower_DarkResumeShutdownServer.py29 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/
Dmode_switcher.py470 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): argument
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): argument
/external/autotest/server/site_tests/firmware_ConsecutiveBoot/
Dfirmware_ConsecutiveBoot.py64 self.switcher.wait_for_client_offline(timeout=100, orig_boot_id=boot_id)
/external/autotest/server/cros/faft/
Dfirmware_test.py968 self.switcher.wait_for_client_offline(timeout=100, orig_boot_id=boot_id)