X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_plots.py;h=ce1fbd32f87b9d0ecfdef824c79a75bda46cf790;hb=b828c1b7f96ed1350276237a7b7bda05fad3d866;hp=583445eaef102261b98d7b178e5e636b0563d711;hpb=0459420f21fc6a108cdc121df9d06399faea81e7;p=csit.git diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index 583445eaef..ce1fbd32f8 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Cisco and/or its affiliates. +# Copyright (c) 2023 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: @@ -1217,6 +1217,8 @@ def plot_tsa_name(plot, input_data): limit = plot[u"limits"][u"nic"][u"e810cq"] elif u"e810xxv" in test_name: limit = plot[u"limits"][u"nic"][u"e810xxv"] + elif u"e822cq" in test_name: + limit = plot[u"limits"][u"nic"][u"e822cq"] else: limit = 0 if limit > nic_limit: