From: Aleksander Mistewicz Date: Tue, 20 Sep 2016 12:12:08 +0000 (+0200) Subject: Link results only when available X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53f16418d9aebe33846fdbc266b4aabbe1d83771;p=tools%2Ftestlab%2Fmajor.git Link results only when available Change-Id: I20ef9afde0b1b27fe6c8b58b81f1eee3447a3e6c Signed-off-by: Aleksander Mistewicz --- diff --git a/tsp/scripts/publish.py b/tsp/scripts/publish.py index 529e603..382dbf5 100755 --- a/tsp/scripts/publish.py +++ b/tsp/scripts/publish.py @@ -46,7 +46,7 @@ def print_row(row): {% endfor %}\ \ {{ status }}\ -{% if status != \'Identical\' %}\ +{% if status == \'OK\' or status == \'Unclear\' or status == \'Fail\' or status == \'Snapshot\' %}\ (smoke,\ avocado)\ {% endif %}\