CSIT-1492: Add NF density tests: Models and data 70/19370/1
authorTibor Frank <tifrank@cisco.com>
Mon, 6 May 2019 12:08:55 +0000 (14:08 +0200)
committerTibor Frank <tifrank@cisco.com>
Mon, 6 May 2019 12:10:02 +0000 (12:10 +0000)
Change-Id: Icad4c04e45224f694bc484eef6e6dd7903c2f136
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit eaf112019c3501d39714d92d36e92565b4f76123)

resources/tools/presentation/generator_plots.py

index 113e435..d1cf728 100644 (file)
@@ -1551,6 +1551,8 @@ def plot_service_density_heatmap_compare(plot, input_data):
                         nr_c=vals[txt_chains[c]][txt_nodes[n]]["nr_c"]
                     ) if data_c[c][n] is not None else "Test Failed",
                     text_diff=text_diff.format(
+                        title_r=plot["reference"]["name"],
+                        title_c=plot["compare"]["name"],
                         diff=diff[c][n]
                     ) if diff[c][n] is not None else ""
                 ))