Lines Matching refs:machine
86 """Get a list of machine names from command line arg -m or a file.
90 @return: A list of machine names from command line arg -m or the
109 for machine in machines:
110 if not machine or re.search('\s', machine):
111 parser.parser.error("Invalid machine: %s" % str(machine))
265 def _start_servod(machine):
269 @param machine: Name of the dut used for test.
277 board = server_utils.get_board_from_afe(machine, afe)
278 hosts = afe.get_hosts(hostname=machine)
475 'machine.' % group_name)
555 # Get machine hostname
738 machine = parser.options.results.split('/')[-1]
748 parser.options.results, machine