From: Ian Jackson Date: Fri, 13 Sep 2013 14:25:04 +0000 (+0100) Subject: make-flight: in 4.2 and later, use xl for pair tests X-Git-Tag: wip.xsm-13-actual.base~455 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2cda51e7389b35b5bdce7fabe48aa55594ab5d6f;p=people%2Fiwj%2Fosstest.git make-flight: in 4.2 and later, use xl for pair tests --- diff --git a/make-flight b/make-flight index 39f59a91..c1bfef6c 100755 --- a/make-flight +++ b/make-flight @@ -218,6 +218,11 @@ for xenarch in ${TEST_ARCHES- i386 amd64 armhf } ; do ;; esac + case "$xenbranch" in + 3.*|4.1) onetoolstack=xend ;; + *) onetoolstack=xl ;; + esac + for kern in ''; do case $kern in @@ -344,7 +349,8 @@ for xenarch in ${TEST_ARCHES- i386 amd64 armhf } ; do done # qemuu_suffix - job_create_test test-$xenarch$kern-$dom0arch-pair test-pair xend \ + job_create_test test-$xenarch$kern-$dom0arch-pair test-pair \ + $onetoolstack \ !host !host_hostflags \ debian_kernkind=$kernkind \ debian_arch=$dom0arch \