From 302e8b431d9822fe85c759072d7536a499926e84 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Wed, 6 Jul 2016 17:32:22 +0200 Subject: flake 8 fix + add logger Change-Id: Ib8fbf0e784b57ea9be824e95fafe68e991b80aab Signed-off-by: Morgan Richomme --- reporting/functest/template/index-status-tmpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reporting/functest/template/index-status-tmpl.html') diff --git a/reporting/functest/template/index-status-tmpl.html b/reporting/functest/template/index-status-tmpl.html index 89a1d15..0c3fa94 100644 --- a/reporting/functest/template/index-status-tmpl.html +++ b/reporting/functest/template/index-status-tmpl.html @@ -76,7 +76,7 @@ {% for test in items[scenario] -%} {% if test.getCriteria() > -1 -%} - {{test.getDbName() }} + {{test.getDisplayName() }} {%- endif %} {% if test.getTier() > 3 -%} * -- cgit 1.2.3-korg