Lines Matching refs:report_log
179 def _update_build(afe, report_log, arguments): argument
589 def _report_hosts(report_log, heading, host_results_list): argument
605 report_log.write(heading)
606 report_log.write(_DIVIDER)
608 report_log.write('{result.hostname:30} {result.message}\n'
610 report_log.write('\n')
614 def _report_results(afe, report_log, hostnames, results, arguments): argument
655 report_log.write(_DIVIDER)
656 _report_hosts(report_log, 'Successes', success_reports)
657 _report_hosts(report_log, 'Failures', failure_reports)
658 report_log.write(
854 report_log = _MultiFileWriter([report_log_file, sys.stdout])
857 report_log.write('Dry run - installation and most testing '
864 _report_results(afe, report_log, arguments.hostnames, results_list,