From 0459420f21fc6a108cdc121df9d06399faea81e7 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Tue, 12 Jul 2022 09:52:12 +0200 Subject: Report: Fixes Change-Id: I9a7b26d2f129a1e8e6a251099a0b9ba3f72b8a4e Signed-off-by: Tibor Frank --- resources/tools/presentation/generator_plots.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resources/tools/presentation/generator_plots.py') diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index 2849007473..583445eaef 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -1215,6 +1215,8 @@ def plot_tsa_name(plot, input_data): limit = plot[u"limits"][u"nic"][u"cx556a"] elif u"e810cq" in test_name: limit = plot[u"limits"][u"nic"][u"e810cq"] + elif u"e810xxv" in test_name: + limit = plot[u"limits"][u"nic"][u"e810xxv"] else: limit = 0 if limit > nic_limit: -- cgit 1.2.3-korg