Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/firmware_Cr50WilcoEcrst/
Dfirmware_Cr50WilcoEcrst.py85 orig_boot_id = self.get_bootid()
87 self.switcher.wait_for_client_offline(orig_boot_id=orig_boot_id)
/external/autotest/server/site_tests/firmware_ConsecutiveBoot/
Dfirmware_ConsecutiveBoot.py64 self.switcher.wait_for_client_offline(timeout=100, orig_boot_id=boot_id)
67 self.POWER_STATE_G3, pwr_retries=13, orig_boot_id=boot_id)
/external/autotest/server/cros/faft/utils/
Dmode_switcher.py641 self.wait_for_client_offline(orig_boot_id=boot_id)
688 self.wait_for_client_offline(orig_boot_id=boot_id)
892 def wait_for_client_offline(self, timeout=60, orig_boot_id=None): argument
907 if orig_boot_id and self.client_host.get_boot_id() != orig_boot_id:
/external/autotest/server/cros/faft/
Dfirmware_test.py1497 self.switcher.wait_for_client_offline(timeout=100, orig_boot_id=boot_id)
1501 orig_boot_id=boot_id)
1507 orig_boot_id=None): argument
1524 orig_boot_id, new_boot_id)
1525 if orig_boot_id is None or new_boot_id is None:
1531 if new_boot_id == orig_boot_id:
/external/autotest/server/site_tests/firmware_FWupdateThenSleep/
Dfirmware_FWupdateThenSleep.py213 self.switcher.wait_for_client_offline(orig_boot_id=original_boot_id)