From bbdf9f2a5ce6ef146a872aa0914588df714c1d95 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Tue, 31 May 2016 16:38:58 +0200 Subject: Add Tempest error in Tempest reporting JIRA: FUNCTEST-150 Change-Id: I0b2a3a38bbbb11a80c761c23c71c2f45a959e477 Signed-off-by: Morgan Richomme --- utils/test/reporting/functest/template/index-tempest-tmpl.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'utils/test/reporting/functest/template') diff --git a/utils/test/reporting/functest/template/index-tempest-tmpl.html b/utils/test/reporting/functest/template/index-tempest-tmpl.html index be0b79734..b8260ed3c 100644 --- a/utils/test/reporting/functest/template/index-tempest-tmpl.html +++ b/utils/test/reporting/functest/template/index-tempest-tmpl.html @@ -67,14 +67,18 @@ {{item}} {{result.details[item]}} - {{result.errors[item]}} + {% if item is equalto "Success rate" %} + {{result.errors}} + {% endif %} {%- else -%} {{item}} {{result.details[item]}} - {{result.errors[item]}} + {% if item is equalto "Success rate" %} + {{result.errors}} + {% endif %} {%- endif %} {%- endif %} -- cgit 1.2.3-korg