Searched refs:report_files (Results 1 – 2 of 2) sorted by relevance
33 def aggregate_cts_reports(report_files, argument55 first_report_file = report_files[0]62 for report_file in report_files[1:]:95 report_files = args.report101 report = aggregate_cts_reports(report_files, args.abi, args.ignore_abi)
24 report_files = ['testdata/test_result_1.xml', 'testdata/test_result_2.xml']25 report = aggregate_cts_reports.aggregate_cts_reports(report_files)