Home
last modified time | relevance | path

Searched refs:report_log (Results 1 – 2 of 2) sorted by relevance

/external/autotest/site_utils/deployment/
Dinstall.py179 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)
[all …]
/external/autotest/site_utils/
Dtest_runner_utils.py815 'w') as report_log:
816 subprocess.call(test_report_command, stdout=report_log)