]> xenbits.xensource.com Git - people/liuw/osstest.git/commit
ts-debian-di-install: Don't set runvars for netboot kernel+ramdisk as outputs
authorIan Campbell <ian.campbell@citrix.com>
Mon, 30 Nov 2015 11:58:42 +0000 (11:58 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 30 Nov 2015 14:17:05 +0000 (14:17 +0000)
commitda87596e7bd6df6b48ddade05e89d434b829af1c
tree778ce71aa4bc510011e208ad74d1393a968f0507
parentda18f51f4d5275026c985493df092cf0699de9f0
ts-debian-di-install: Don't set runvars for netboot kernel+ramdisk as outputs

Currently these runvars are either URLs provided by the definition
(e.g. make-flight) or output controller-relative paths created by the
execution (in the case where they aren't from the definition).

This wierd dual-semantics is confusing and wrong, and in particular is
broken if the test step is rerun (e.g. in standalone mode).

In the case where they are outputs only  these paths is information
only. The information is already available in the full logs so
dropping the runvars here merely removes the information from the
summary table. It's not so useful that this is an issue.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
ts-debian-di-install