diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-07-06 17:32:22 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-07-07 10:09:20 +0200 |
commit | 06b2a638dfc85765be0e13857a38ecf5943ef0c3 (patch) | |
tree | 25d46c61563f8c7de02ba9c9e88e7e5cca36b613 /utils/test/reporting/functest/template | |
parent | 85b8b5b1fd02971f7d011ddab146185f63f270f7 (diff) |
flake 8 fix + add logger
Change-Id: Ib8fbf0e784b57ea9be824e95fafe68e991b80aab
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'utils/test/reporting/functest/template')
-rw-r--r-- | utils/test/reporting/functest/template/index-status-tmpl.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/reporting/functest/template/index-status-tmpl.html b/utils/test/reporting/functest/template/index-status-tmpl.html index 89a1d1527..0c3fa9426 100644 --- a/utils/test/reporting/functest/template/index-status-tmpl.html +++ b/utils/test/reporting/functest/template/index-status-tmpl.html @@ -76,7 +76,7 @@ {% for test in items[scenario] -%} <th> {% if test.getCriteria() > -1 -%} - {{test.getDbName() }} + {{test.getDisplayName() }} {%- endif %} {% if test.getTier() > 3 -%} * |