From a73d1e7f10933de0b614148674c2ea2611c973c8 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Wed, 4 May 2016 16:19:09 +0200 Subject: Add global scenario reporting Save date when a scenario is validated Change-Id: I0895ae56812c7059972a60bf017fdb76d40de25c Signed-off-by: Morgan Richomme --- .../test/reporting/functest/template/index-status-tmpl.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'utils/test/reporting/functest/template') diff --git a/utils/test/reporting/functest/template/index-status-tmpl.html b/utils/test/reporting/functest/template/index-status-tmpl.html index 604f2c8e4..7a0656b74 100644 --- a/utils/test/reporting/functest/template/index-status-tmpl.html +++ b/utils/test/reporting/functest/template/index-status-tmpl.html @@ -40,12 +40,20 @@

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

- - + + + + {% for scenario,iteration in scenario_stats.iteritems() -%} + + {%- endfor %} @@ -53,7 +61,6 @@ - {% for scenario, iteration in scenario_stats.iteritems() -%}
ScenarioIterationScenarioStatusScoreIteration
{{scenario}}{%if scenario_results[scenario].getStatus() is sameas "OK" -%} + + {%- else -%} + + {%- endif %}{{scenario_results[scenario].getScore()}} {{iteration}}