diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-01-27 12:59:44 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-01-27 12:59:44 +0100 |
commit | d6615bce0d5ac4cb88bbeec584fa7094a6db2c06 (patch) | |
tree | 086058c63fd1c49d9726664166fc1a9967c805eb /resources/tools/presentation/generator_plots.py | |
parent | 3f8cd3759d371a5ac2df46cfb981cc3a599574ea (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.py | 2 |
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]), |