X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Finput_data_parser.py;h=1e5e880340622a495e42b3f869f0cae1c9d77475;hb=2392844acd6b9d091d238d4cbc87b9f0be95633a;hp=338fd79231f025366bb2b41b57359871442fb76f;hpb=3ac75d07fb2a5f5adda7872ad0905fcca5b3e559;p=csit.git diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index 338fd79231..1e5e880340 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Cisco and/or its affiliates. +# Copyright (c) 2022 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -1533,9 +1533,10 @@ 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-icx", u"-3n-icx", u"-2n-aws", u"-3n-aws"): + 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 )