aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_plots.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-05-06 14:08:55 +0200
committerTibor Frank <tifrank@cisco.com>2019-05-06 14:08:55 +0200
commiteaf112019c3501d39714d92d36e92565b4f76123 (patch)
tree1731de57c89165e34e8f3ab8e4154ce39c822243 /resources/tools/presentation/generator_plots.py
parent1f47e6144f553c7fb510c93a5b14b1b4d6c4648a (diff)
CSIT-1492: Add NF density tests: Models and data
Change-Id: Icad4c04e45224f694bc484eef6e6dd7903c2f136 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_plots.py')
-rw-r--r--resources/tools/presentation/generator_plots.py2
1 files changed, 2 insertions, 0 deletions
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 ""
))