CSIT-1504: Soak tests - box plots 98/19598/1
authorTibor Frank <tifrank@cisco.com>
Wed, 15 May 2019 08:49:15 +0000 (10:49 +0200)
committerTibor Frank <tifrank@cisco.com>
Wed, 15 May 2019 08:49:15 +0000 (10:49 +0200)
Change-Id: I29a25dad1fee07c0a387dc985718eae858abb2f4
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/generator_plots.py

index b3e28dd..97f813d 100644 (file)
@@ -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):