diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-03-04 13:29:56 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-03-04 13:29:56 +0100 |
commit | 95bdd3ad2976e923c71fbfa2c5f45dcf9cc71935 (patch) | |
tree | 346180394c3fc054df07806bd4cf2f1338870df0 /resources/tools/presentation/input_data_parser.py | |
parent | 528be8671f305c99c713a945f61d85e7ca21a077 (diff) |
Report: Add rls data
Change-Id: I84976aa6ec958090ca65314763ff2b0db702d68b
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/input_data_parser.py')
-rw-r--r-- | resources/tools/presentation/input_data_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index c2ecab4b85..1e5e880340 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -1533,7 +1533,7 @@ class InputData: process_oper = True elif u"-vpp-perf-report-iterative-" in job: # Exceptions for TBs where we do not have coverage data: - for item in (u"-2n-aws", u"-3n-aws"): + for item in (u"-2n-icx", ): if item in job: process_oper = True break |