Lines Matching refs:hostnames
13 The interactive dialog is invoked if the board and hostnames are omitted
17 * (required) Hostnames of the DUTs to be deployed.
264 # If both hostnames and hostname_file are specified, complain about that.
265 if arguments.hostnames and arguments.hostname_file:
267 'DUT hostnames and hostname file both specified, only '
275 if (not arguments.hostnames and not arguments.hostname_file and
278 'DUT hostnames are required with board or build.\n')
403 hostnames = []
413 hostnames.append(h)
414 if not hostnames:
419 return hostnames
426 hostnames. Responses are stored in `arguments`. The user is
444 arguments.hostnames = _read_hostnames(input)
539 # Populate arguments.hostnames with the hostnames from the file.
541 arguments.hostnames = [host_info.hostname