From c4275b598e6c333ecbbd45ad3742ab6cc6ba24b8 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 9 Nov 2022 10:49:22 +0100 Subject: Report: Final clean-up Signed-off-by: Tibor Frank Change-Id: I396b394aed58da29e6873e36c1cdcb323b3cf474 --- 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 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: -- cgit 1.2.3-korg