From d6615bce0d5ac4cb88bbeec584fa7094a6db2c06 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 27 Jan 2021 12:59:44 +0100 Subject: Report: Add data Change-Id: Ie90bdf03bb4190e199bfdcb440125caea7bfdef8 Signed-off-by: Tibor Frank --- resources/tools/presentation/generator_plots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 51b35d15f8..c9018f4429 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -492,7 +492,7 @@ def plot_nf_reconf_box_name(plot, input_data): tst_name = re.sub(REGEX_NIC, u"", col.lower().replace(u'-reconf', u''). replace(u'2n1l-', u'').replace(u'2n-', u''). - replace(u'testpmd', u'')) + replace(u'-testpmd', u'')) traces.append(plgo.Box( x=[str(i + 1) + u'.'] * len(df_y[col]), -- cgit 1.2.3-korg