OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dut_list
(Results
1 - 4
of
4
) sorted by null
/external/autotest/server/site_tests/servohost_Reboot/
servohost_Reboot.py
45
dut_list
= s_host.get_attached_duts(afe)
46
dut_list
.remove(host.hostname)
51
dut_list
, afe, lock_msg=lock_msg) as lock_success:
/external/autotest/server/hosts/
servo_host.py
354
def _choose_dut_for_synchronized_reboot(self,
dut_list
, afe):
363
@param
dut_list
: List of the dut hostnames to choose from.
368
afe_hosts = afe.get_hosts(
dut_list
)
374
dut_list
.sort()
375
return
dut_list
[0]
378
def _sync_job_scheduled_for_duts(self,
dut_list
, afe):
384
@param
dut_list
: List of duts to check on.
389
afe_hosts = afe.get_hosts(
dut_list
)
400
def schedule_synchronized_reboot(self,
dut_list
, afe, force_reboot=False):
409
@param
dut_list
: List of duts that need to be locked
[
all
...]
servo_repair.py
314
dut_list
= host.get_attached_duts(afe)
315
if len(
dut_list
) > 1:
316
host.schedule_synchronized_reboot(
dut_list
, afe, force_reboot=True)
/external/autotest/site_utils/
lab_inventory.py
578
for
dut_list
in lab_lists.values():
579
dut_list
.sort(key=lambda t: t[0])
580
return_list.append([t[1] for t in
dut_list
])
[
all
...]
Completed in 138 milliseconds