Lines Matching refs:dut
35 DUT's.
43 # Log server and DUT times
48 """Allocate the required DUT's from the spec for the test.
49 The DUT objects are stored in a list of sets in |_dut_pool| attribute.
57 # Flatten the list of DUT objects into a single list.
63 """Allocate the required DUT's from the spec for the test.
69 @return: True if all the DUT's successfully upgraded, False otherwise.
76 """Allocate the required DUT's from the spec for the test.
77 The DUT objects are stored in a list of sets in |_dut_pool| attribute.
102 for dut in dut_objects:
103 if not utils.is_dut_healthy(dut.wifi_client, ap):
104 logging.error('DUT %s not healthy.', dut.host.hostname)
115 for dut in dut_objects:
116 utils.sanitize_client(dut.host)
129 for dut in dut_objects:
130 dut.wifi_client.shill.sync_time_to(epoch_seconds)
134 """Gets the debug info for all the DUT's and APs in the pool.
143 @returns a string with the list of information for each DUT and AP
147 for dut in dut_objects:
148 kernel_ver = dut.host.get_kernel_ver()
149 firmware_ver = utils.get_firmware_ver(dut.host)
152 debug_dict = {'host_name': dut.host.hostname,
211 @param release_version: the DUT cros image version to use for testing.
212 @param disabled_sysinfo: a bool, disable collection of logs from DUT.
223 raise error.TestError('DUT pool update failed. Bailing!')
235 # to the corresponding AP. The DUT role will recast each of