OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lock_msg
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/site_tests/servohost_Reboot/
servohost_Reboot.py
49
lock_msg
= 'reboot for servo host %s' % s_host.hostname
51
dut_list, afe,
lock_msg
=
lock_msg
) as lock_success:
/external/autotest/server/
site_utils.py
855
def lock_duts_and_wait(duts, afe,
lock_msg
='default lock message',
861
@param
lock_msg
: message for afe on locking this host.
871
if afe.lock_host(dut,
lock_msg
, fail_if_locked=True):
[
all
...]
Completed in 162 milliseconds