]> xenbits.xensource.com Git - osstest.git/commitdiff
sg-run-job: support dropping in adhoc test recipes
authorIan Campbell <ian.campbell@citrix.com>
Tue, 15 Sep 2015 09:00:46 +0000 (10:00 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 18 Sep 2015 15:15:41 +0000 (16:15 +0100)
By reading sg-run-job-adhoc if it exists.

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

index 0b0449b1ef9807e63a2707629a4f63f02508426e..c51a508e04d688c637c3015d49f227f946c58cb1 100755 (executable)
@@ -370,6 +370,10 @@ proc run-job/test-rumpuserxen {} {
                  ts-guest-destroy-hard            host   $g   +
 }
 
+if {[file exists sg-run-job-adhoc]} {
+    source sg-run-job-adhoc
+}
+
 #---------- builds ----------
 
 proc need-hosts/build {} { return BUILD }