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 - 5
of
5
) sorted by null
/external/autotest/server/site_tests/power_DarkResumeShutdownServer/
power_DarkResumeShutdownServer.py
28
self.
orig_boot_id
= host.get_boot_id()
98
old_boot_id=self.
orig_boot_id
)
121
if host.is_up() and host.get_boot_id() == self.
orig_boot_id
:
/external/autotest/server/site_tests/power_SuspendShutdown/
power_SuspendShutdown.py
29
self.
orig_boot_id
= host.get_boot_id()
188
old_boot_id=self.
orig_boot_id
)
209
if host.get_boot_id() == self.
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/utils/
mode_switcher.py
302
self.wait_for_client_offline(
orig_boot_id
=boot_id)
414
def wait_for_client_offline(self, timeout=60,
orig_boot_id
=None):
418
@param
orig_boot_id
: A string containing the original boot id.
429
if
orig_boot_id
and self.client_host.get_boot_id() !=
orig_boot_id
:
520
def wait_for_client_offline(self, timeout=60,
orig_boot_id
=None):
524
@param
orig_boot_id
: A string containing the original boot id.
527
# TODO: Add a way to check
orig_boot_id
/external/autotest/server/cros/faft/
firmware_test.py
[
all
...]
Completed in 178 milliseconds