From: Tibor Frank Date: Wed, 15 May 2019 08:49:15 +0000 (+0200) Subject: CSIT-1504: Soak tests - box plots X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=1cdffc39203589d5da2588927760762129ce2976;ds=sidebyside CSIT-1504: Soak tests - box plots Change-Id: I29a25dad1fee07c0a387dc985718eae858abb2f4 Signed-off-by: Tibor Frank --- 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):