Lines Matching refs:dut
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)
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,