Lines Matching refs:hostnames
596 @param host_attr_dict Dict mapping hostnames to attributes to be
651 def _report_results(afe, report_log, hostnames, results):
660 @param hostnames List of the hostnames that were tested.
662 as the hostnames. `None` means the
668 for result, hostname in zip(results, hostnames):
674 afe.repair_hosts(hostnames=successful_hosts)
675 for h in afe.get_hosts(hostnames=successful_hosts):
885 install_pool = multiprocessing.Pool(len(arguments.hostnames))
888 results_list = install_pool.map(install_function, arguments.hostnames)
889 _report_results(afe, report_log, arguments.hostnames, results_list)