From 9eebc3e59028014a8fc151575b99347d2871c097 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 23 Feb 2022 07:54:57 +0100 Subject: Report: Configure rls report Change-Id: I21249913fa713507519bd3ae385575c7d2bab300 Signed-off-by: Tibor Frank --- resources/tools/presentation/input_data_parser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/tools/presentation/input_data_parser.py') diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index 325e28cf60..c2ecab4b85 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,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-icx", u"-2n-aws", u"-3n-aws"): + for item in (u"-2n-aws", u"-3n-aws"): if item in job: process_oper = True break -- cgit 1.2.3-korg