Link results only when available 02/88802/7
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Tue, 20 Sep 2016 12:12:08 +0000 (14:12 +0200)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Tue, 3 Jan 2017 15:13:57 +0000 (16:13 +0100)
Change-Id: I20ef9afde0b1b27fe6c8b58b81f1eee3447a3e6c
Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
tsp/scripts/publish.py

index 529e603..382dbf5 100755 (executable)
@@ -46,7 +46,7 @@ def print_row(row):
 {% endfor %}\
 <td>\
  {{ status }}\
-{% if status != \'Identical\' %}\
+{% if status == \'OK\' or status == \'Unclear\' or status == \'Fail\' or status == \'Snapshot\' %}\
  (<a href=\"../img_test/{{ build_nr }}/sysctl.result\">smoke</a>,\
  <a href=\"../img_test/{{ build_nr }}/avocado-results/latest/html/results.html\">avocado</a>)\
 {% endif %}\