From 353c822cb93de90513bc8f380939e8846ac5f65d Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 16 Apr 2021 14:21:38 +0200 Subject: Report: Add 2n-icx Change-Id: I22e089ebb343bbb3fd057c1f1638942ea03f65fa 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 1bfbda1a1b..965951a41e 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -1046,6 +1046,8 @@ def plot_tsa_name(plot, input_data): limit = plot[u"limits"][u"nic"][u"x553"] elif u"cx556a" in test_name: limit = plot[u"limits"][u"nic"][u"cx556a"] + elif u"e810cq" in test_name: + limit = plot[u"limits"][u"nic"][u"e810cq"] else: limit = 0 if limit > nic_limit: -- cgit 1.2.3-korg