diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-11-09 10:49:22 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-11-09 09:52:56 +0000 |
commit | c4275b598e6c333ecbbd45ad3742ab6cc6ba24b8 (patch) | |
tree | 0a7ef2aa702c87d93023dacd9e4dc606e7fd5a3b /resources/tools/presentation/generator_plots.py | |
parent | 6034d72d01c76060e0f0804fd80e6b1308886cd3 (diff) |
Report: Final clean-up
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I396b394aed58da29e6873e36c1cdcb323b3cf474
Diffstat (limited to 'resources/tools/presentation/generator_plots.py')
-rw-r--r-- | resources/tools/presentation/generator_plots.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index 583445eaef..9db74e811c 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -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: |