Home
last modified time | relevance | path

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

/development/tools/compare_cts_reports/
Daggregate_cts_reports.py33 def aggregate_cts_reports(report_files, argument
55 first_report_file = report_files[0]
62 for report_file in report_files[1:]:
95 report_files = args.report
101 report = aggregate_cts_reports(report_files, args.abi, args.ignore_abi)
Dtest_aggregate_cts_reports.py24 report_files = ['testdata/test_result_1.xml', 'testdata/test_result_2.xml']
25 report = aggregate_cts_reports.aggregate_cts_reports(report_files)