]> xenbits.xensource.com Git - people/royger/osstest.git/commitdiff
sg-run-job: examination: Run host install in prep
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 19 Jun 2017 15:43:23 +0000 (15:43 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 21 Jun 2017 22:22:58 +0000 (23:22 +0100)
We want to run this in prep, so that we can start the syslogd after
this.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
sg-run-job

index dc5fdc228c78f0170257a21b3d26e025f0e431af..ea3ea4187fa107a1c2153d08b7d6e39d1802fc78 100755 (executable)
@@ -622,8 +622,10 @@ if {[file exists sg-run-job-adhoc]} {
 
 #---------- host examination recipes ----------
 
-proc examine-host-install-debian {} {
+proc examine-host-prep {} {
     run-ts broken  =            ts-hosts-allocate     + host
+}
+proc examine-host-install-debian {} {
     run-ts broken  host-install ts-host-install-twice + host
 }
 proc examine-host-install-xen {} {
@@ -647,9 +649,11 @@ proc examine-host-examine {install} {
 }
 
 proc need-hosts/host-examine-xen {} { return {} }
+proc prep-job/host-examine-xen {} { examine-host-prep }
 proc run-job/host-examine-xen {} { examine-host-examine xen }
 
 proc need-hosts/host-examine-linux {} { return {} }
+proc prep-job/host-examine-xen {} { examine-host-prep }
 proc need-hosts/host-examine-linux {} { examine-host-examine debian }
 
 #---------- builds ----------