Home
last modified time | relevance | path

Searched refs:duts (Results 1 – 8 of 8) sorted by relevance

/external/toolchain-utils/crosperf/
Dmachine_image_manager_unittest.py49 duts = []
51 duts.append(MockDut(n))
52 return duts
62 duts = []
69 duts.append(MockDut('m{}'.format(j)))
71 return labels, duts
79 labels, duts = self.create_labels_and_duts_from_pattern(inp)
80 mim = MachineImageManager(labels, duts)
94 duts = self.gen_duts_by_name('m1', 'm2', 'm3')
95 mim = MachineImageManager(labels, duts)
[all …]
Dmachine_image_manager.py138 def __init__(self, labels, duts): argument
140 self.duts_ = duts
142 self.n_duts_ = len(duts)
/external/autotest/server/site_tests/servohost_Reboot/
Dcontrol15 This test will lock all the duts that share the same servo host to ensure there
16 is no disruption to the duts when the servo host is rebooted. This is to give
17 a safe avenue to reboot a servo host responsible for multiple duts.
Dcontrol.force_reboot15 This test will lock all the duts that share the same servo host to ensure there
16 is no disruption to the duts when the servo host is rebooted. This is to give
17 a safe avenue to reboot a servo host responsible for multiple duts.
/external/autotest/server/hosts/
Dtestbed.py312 duts = duts_by_name.get(name, [])
313 if len(duts) < len(builds):
316 (name, len(builds), len(duts) if duts else 0))
317 elif len(duts) == len(builds):
318 serial_build_pairs.update(dict(zip(duts, builds)))
328 for serial in duts:
/external/autotest/server/
Dsite_utils.py817 def wait_for_idle_duts(duts, afe, max_wait=IDLE_DUT_WAIT_TIMEOUT): argument
829 active_dut_list = duts[:]
855 def lock_duts_and_wait(duts, afe, lock_msg='default lock message', argument
869 duts.sort()
870 for dut in duts:
/external/autotest/test_suites/
Dcontrol.sanity7 PURPOSE = 'Sanity check run in buildbot to ensure the build will not break duts'
/external/autotest/server/site_tests/provision_AutoUpdate/
Dcontrol.double33 failure, many duts in the pool will have been imaged with the bad build.