Add avocado to results 02/83902/11
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Thu, 11 Aug 2016 09:29:45 +0000 (11:29 +0200)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Tue, 6 Dec 2016 15:37:14 +0000 (16:37 +0100)
Change-Id: I9c2bf74874bc59f4bb10e2151cac02f70d5c89a1
Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
tsp/scripts/publish.py

index 2ea2c77..529e603 100755 (executable)
@@ -22,7 +22,7 @@ import argparse
 import sqlite3
 import jinja2
 
-__version__ = "0.0.1"
+__version__ = "0.0.2"
 __license__ = "APACHE-2.0"
 __author__ = "Aleksander Mistewicz"
 __author_email__ = "a.mistewicz@samsung.com"
@@ -45,10 +45,10 @@ def print_row(row):
 <td> {{ item }} </td>\n\
 {% endfor %}\
 <td>\
+ {{ status }}\
 {% if status != \'Identical\' %}\
- <a href=\"../img_test/{{ build_nr }}/sysctl.result\">{{ status }}</a>\
-{% else %}\
- {{ status }} \
+ (<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 %}\
 </td>\n\
 </tr>\n')