Skip to content

Commit

Permalink
Add auto script about generating groups and senders for grouping.xml
Browse files Browse the repository at this point in the history
Auto reflect grouping.xml from annotation.xml to improve auditor script

Bug: b/229287656
Change-Id: I5da68711518d43888c62c530bbe7e90d114c1117
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3609094
Reviewed-by: Nicolas Ouellet-Payeur <nicolaso@chromium.org>
Commit-Queue: Baijun Zhu <bjzhu@google.com>
Cr-Commit-Position: refs/heads/main@{#1000182}
  • Loading branch information
Baijun Zhu authored and Chromium LUCI CQ committed May 6, 2022
1 parent 68dc3a5 commit c42237f
Show file tree
Hide file tree
Showing 7 changed files with 645 additions and 426 deletions.
5 changes: 4 additions & 1 deletion tools/traffic_annotation/scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ This file describes the scripts in `tools/traffic_annotation/scripts`.
# auditor/auditor.py

The new implementation of `traffic_annotation_auditor`. It is meant as a
drop-in replacement, i.e. you can call it with the same command-line arguments
drop-in replacement, and it adds new annotations to the grouping xml file.
After the grouping xml file is generated, we'll decide if the new annotation
should be in the report by adding hidden="false".
i.e. you can call it with the same command-line arguments
and it should give similar output.

# check_annotations.py
Expand Down
Loading

0 comments on commit c42237f

Please sign in to comment.