summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-11-15 15:16:24 +0000
committerThomas Wood <thomas.wood@intel.com>2014-04-23 11:46:26 +0100
commit67e1481e65cbe3b153bb6b19daedacc48f63b912 (patch)
tree641ab2d2d150438d29c045356cfb57de50a534c2 /templates
parent072385ff856159cd158d30e30da55aa9da02a840 (diff)
framework: Dump the result of 'uname -a' in the report
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Reviewed-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/testrun_info.mako6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/testrun_info.mako b/templates/testrun_info.mako
index e6e00b361..6ff1f4456 100644
--- a/templates/testrun_info.mako
+++ b/templates/testrun_info.mako
@@ -30,6 +30,12 @@
<td>${options}</td>
</tr>
<tr>
+ <td>uname -a</td>
+ <td>
+ <pre>${uname}</pre>
+ </td>
+ </tr>
+ <tr>
<td>lspci</td>
<td>
<pre>${lspci}</pre>