From 697ef40265727c6455f3509d2591382745079f74 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Fri, 25 Aug 2017 16:05:06 +0200 Subject: Split HA and NOHA scenarios into 2 tables in reporting the goal is to vizualize more quickly the HA and NOHA scenario Note that if no scenario is available, the table title is displayed Change-Id: Ibdade30aadf40fe4f7b9bfe547d23c186cb3e1df Signed-off-by: Morgan Richomme --- .../functest/template/index-status-tmpl.html | 29 ++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) (limited to 'reporting/reporting') diff --git a/reporting/reporting/functest/template/index-status-tmpl.html b/reporting/reporting/functest/template/index-status-tmpl.html index 74d410e..50fc648 100644 --- a/reporting/reporting/functest/template/index-status-tmpl.html +++ b/reporting/reporting/functest/template/index-status-tmpl.html @@ -90,7 +90,7 @@ $(document).ready(function (){

List of last scenarios ({{version}}) run over the last {{period}} days

- + @@ -98,14 +98,39 @@ $(document).ready(function (){ {% for scenario,iteration in scenario_stats.iteritems() -%} + {% if '-ha' in scenario -%} + {%- endif %} + + {%- endfor %} +
+
ScenarioHA Scenario Status Trend Score
{{scenario}}
{{scenario_results[scenario].getScore()}} {{iteration}}
+
+ + + + + + + + + {% for scenario,iteration in scenario_stats.iteritems() -%} + + {% if '-noha' in scenario -%} + + + + + + {%- endif %} {%- endfor %} -
NOHA ScenarioStatusTrendScoreIteration
{{scenario}}
{{scenario_results[scenario].getScore()}}{{iteration}}
+ + -- cgit 1.2.3-korg