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

  /external/autotest/server/hosts/
sonic_host.py 192 current_boot_id = self.get_boot_id()
199 self.wait_for_restart(timeout=timeout, old_boot_id=current_boot_id)
281 current_boot_id = self.get_boot_id()
284 old_boot_id=current_boot_id)
remote.py 141 current_boot_id = None
143 current_boot_id = self.get_boot_id()
158 if not wait or current_boot_id is None:
164 self.wait_for_restart(timeout, old_boot_id=current_boot_id,

Completed in 136 milliseconds