X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_plots.py;h=d31ccb1ed8a10ba3f2ab555d0995ba93ba60bc94;hp=42f450e68838835597a00fba4d35c60baabe522d;hb=380ed1f7a22d960ecf4b6a34c15cf3c69a32b800;hpb=2cc09e0ca9c00135144a3774443937eaba3be56c diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index 42f450e688..d31ccb1ed8 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -546,7 +546,7 @@ def plot_tsa_name(plot, input_data): u"4": list() } try: - if test[u"type"] not in (u"NDRPDR",): + if test[u"type"] not in (u"NDRPDR", u"CPS"): continue if u"-pdr" in plot_title: @@ -682,7 +682,7 @@ def plot_tsa_name(plot, input_data): x_vals = [1, 2, 4] # Limits: - if u"-gbps" not in plot_title: + if u"-gbps" not in plot_title and u"-cps-" not in plot_title: nic_limit /= 1e6 lnk_limit /= 1e6 pci_limit /= 1e6