Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dreport.py160 def print_test_report(self, template_file_name, test_count_reports): argument
171 for line in test_count_reports:
193 reporttotalvalues[k] = '%s' % sum([line[k] for line in test_count_reports])
194 reporttotalvalues['count'] = '%s' % len(test_count_reports)
232 test_count_reports = []
287 test_count_reports.append(test_count_report)
288 self.print_test_report('test_report_full_text.txt', test_count_reports)