Report: Add data
[csit.git] / resources / tools / presentation / input_data_parser.py
index 325e28c..f28ceeb 100644 (file)
@@ -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:
@@ -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", u"-2n-aws", u"-3n-aws"):
-                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
         )