X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Finput_data_parser.py;h=f28ceebd86995fa00ed3da4538ebd6be8697597a;hb=0d243c7329bab1121c1c9fc46394c080f22c9373;hp=1e5e880340622a495e42b3f869f0cae1c9d77475;hpb=2b8e85542397e1b90017f11000d408307a803b16;p=csit.git diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index 1e5e880340..f28ceebd86 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -1531,12 +1531,12 @@ class InputData: process_oper = False if u"-vpp-perf-report-coverage-" in job: 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-icx", ): - if item in job: - process_oper = True - break + # elif u"-vpp-perf-report-iterative-" in job: + # # Exceptions for TBs where we do not have coverage data: + # for item in (u"-2n-icx", ): + # if item in job: + # process_oper = True + # break checker = ExecutionChecker( metadata, self._cfg.mapping, self._cfg.ignore, process_oper )