summaryrefslogtreecommitdiff
path: root/tsp
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2016-08-11 11:29:45 +0200
committerAleksander Mistewicz <a.mistewicz@samsung.com>2016-12-06 16:37:14 +0100
commit28d5f03bd270cc8252afb7ad7c8492ecf1044602 (patch)
treec2e018d280c01f020c98ed6558b2f34b87421304 /tsp
parent69441298e91b8d7c91d3eb9ff1ff4d0a64dd47f4 (diff)
downloadmajor-28d5f03bd270cc8252afb7ad7c8492ecf1044602.tar.gz
major-28d5f03bd270cc8252afb7ad7c8492ecf1044602.tar.bz2
major-28d5f03bd270cc8252afb7ad7c8492ecf1044602.zip
Add avocado to results
Change-Id: I9c2bf74874bc59f4bb10e2151cac02f70d5c89a1 Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
Diffstat (limited to 'tsp')
-rwxr-xr-xtsp/scripts/publish.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tsp/scripts/publish.py b/tsp/scripts/publish.py
index 2ea2c77..529e603 100755
--- a/tsp/scripts/publish.py
+++ b/tsp/scripts/publish.py
@@ -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')