Files
android_development/tools
Zoe Tsou c864e8880b The script parse_cts_report.py converts single cts report into \
three files:
    info.json
    result.csv
    summary.csv

The class Report() is implemented so that parse_cts_report.py \
can be easily used by another script aggregate_reports.py.

The script aggregate_reports.py converts multiple cts reports into \
three files:
    info.json
    result.csv
    summary.csv

Assumptions:
    1. If the input is a zip file, the struture should be
        abc.zip
        |----abc/
        |    |----test_result.xml
    2. The input file and the output directory must have existed.

Bug: 293809772
Test: `./parse_cts_report.py --report-file [a.zip, test_result.xml] \
    -d output_directory`
Test: `./aggregate_reports.py --report-files a.zip b.zip -d \
    output_directory`
Change-Id: I8e5481ecc1ebf7f370debb59cb3c065cf9edcfad
2023-08-15 08:42:03 +00:00
..
2023-03-17 15:57:27 +08:00
2022-01-20 19:04:52 +00:00
2022-11-16 18:58:59 +00:00
2022-11-07 14:55:00 +01:00
2023-08-01 17:23:22 +00:00
2021-08-02 19:31:45 +00:00
2023-05-17 11:43:01 +08:00
2022-11-16 18:58:59 +00:00
2022-01-20 19:04:52 +00:00