X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_plots.py;h=c9018f4429a293d57b220214e6fc6b4a29d85bcd;hp=51b35d15f8d0d93b9b03786967b42d5600af6734;hb=d6615bce0d5ac4cb88bbeec584fa7094a6db2c06;hpb=3f8cd3759d371a5ac2df46cfb981cc3a599574ea 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]),