OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
290
self.wait_for_client_offline(
orig_boot_id
=boot_id)
329
self.wait_for_client_offline(
orig_boot_id
=boot_id)
439
def wait_for_client_offline(self, timeout=60,
orig_boot_id
=None):
443
@param
orig_boot_id
: A string containing the original boot id.
454
if
orig_boot_id
and self.client_host.get_boot_id() !=
orig_boot_id
:
545
def wait_for_client_offline(self, timeout=60,
orig_boot_id
=None):
549
@param
orig_boot_id
: A string containing the original boot id.
552
# TODO: Add a way to check
orig_boot_id
/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 832 milliseconds