From 1cdffc39203589d5da2588927760762129ce2976 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 15 May 2019 10:49:15 +0200 Subject: [PATCH] CSIT-1504: Soak tests - box plots Change-Id: I29a25dad1fee07c0a387dc985718eae858abb2f4 Signed-off-by: Tibor Frank --- resources/tools/presentation/generator_plots.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index b3e28dda8b..97f813d848 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -99,6 +99,9 @@ def plot_performance_box(plot, input_data): append(test["throughput"]["NDR"]["LOWER"]) else: continue + elif test["type"] in ("SOAK", ): + y_vals[test["parent"]].\ + append(test["throughput"]["LOWER"]) else: continue except (KeyError, TypeError): -- 2.16.6