aboutsummaryrefslogtreecommitdiffstats
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 12:10:02 +0000
commit6a0601dc808f69e37071a9205de68aa8b1cc88da (patch)
treec3f69a249f145bbd41e7e288a15052a1ed8d15a3
parent2546660642c2faf738f6081d978d9c14876c1ee3 (diff)
CSIT-1492: Add NF density tests: Models and data
Change-Id: Icad4c04e45224f694bc484eef6e6dd7903c2f136 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit eaf112019c3501d39714d92d36e92565b4f76123)
-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 ""
))