From: Tibor Frank Date: Mon, 6 May 2019 12:08:55 +0000 (+0200) Subject: CSIT-1492: Add NF density tests: Models and data X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=eaf112019c3501d39714d92d36e92565b4f76123 CSIT-1492: Add NF density tests: Models and data Change-Id: Icad4c04e45224f694bc484eef6e6dd7903c2f136 Signed-off-by: Tibor Frank --- diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index 113e435496..d1cf7283f9 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -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 "" ))