aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_plots.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-01-27 12:59:44 +0100
committerTibor Frank <tifrank@cisco.com>2021-01-27 12:59:44 +0100
commitd6615bce0d5ac4cb88bbeec584fa7094a6db2c06 (patch)
tree086058c63fd1c49d9726664166fc1a9967c805eb /resources/tools/presentation/generator_plots.py
parent3f8cd3759d371a5ac2df46cfb981cc3a599574ea (diff)
Report: Add data
Change-Id: Ie90bdf03bb4190e199bfdcb440125caea7bfdef8 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_plots.py')
-rw-r--r--resources/tools/presentation/generator_plots.py2
1 files changed, 1 insertions, 1 deletions
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]),