From 64518bf0a0851dc82b1092fa45420a93c491a3b2 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 2 Nov 2020 06:31:04 +0100 Subject: Report: Add data Change-Id: I99836894960f74f9dc283b812e1106ac512db3ae Signed-off-by: Tibor Frank (cherry picked from commit 380ed1f7a22d960ecf4b6a34c15cf3c69a32b800) --- resources/tools/presentation/generator_plots.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 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 -- cgit 1.2.3-korg