]> xenbits.xensource.com Git - people/liuw/osstest.git/commit
Reporting: In history tables, show multiple failure steps
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 29 Jun 2015 15:46:36 +0000 (16:46 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 30 Jun 2015 11:26:43 +0000 (12:26 +0100)
commit1f0c168d95c17ac2a709391ece98d19a2c0a41ba
treed700a5d01a452e47a84b5a02ad521b1d0727b07e
parenta42027e0d8a11be32071b2c2ee4e06b16f91d770
Reporting: In history tables, show multiple failure steps

In report_run_getinfo, used by sg-report-job-history and
sg-report-host-history, make provision for reporting multiple failed
steps.

The failed steps are put side by side (in a single table cell).  The
cell background is set by the job status, but the individual steps may
vary their colour, as seen in this example:
  http://xenbits.xen.org/people/iwj/2015/linux-next.html

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
---
v2: Remove unnecessary space in ColourAttr
Osstest/Executive.pm