]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
FreeBSD: use custom image containing BSD netfront bugfix
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 15 May 2015 17:03:01 +0000 (18:03 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 19 May 2015 12:29:05 +0000 (13:29 +0100)
Roger has supplied these images which contain a fix for a netfront bug
in FreeBSD: it would send the gratuitous ARP before netback was ready,
so it could get lost, leading to stochastic migration failures:
  https://svnweb.freebsd.org/base?view=revision&revision=282908

Here is the runvar diff:
 - test-amd64-i386-freebsd10-amd64 freebsd_image FreeBSD-10.1-RELEASE-amd64.raw.xz
 - test-amd64-i386-freebsd10-i386  freebsd_image FreeBSD-10.1-RELEASE-i386.raw.xz
 + test-amd64-i386-freebsd10-amd64 freebsd_image FreeBSD-10.1-CUSTOM-amd64-20150518.raw.xz
 + test-amd64-i386-freebsd10-i386  freebsd_image FreeBSD-10.1-CUSTOM-i386-20150518.raw.xz
I have confirmed that these are the right filenames.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
make-flight

index 3d1d8594da2ab87fa35450fd3df50798fc3d7a91..8a1fceb0d4a5f5eb19161d33f513253b463397f1 100755 (executable)
@@ -154,7 +154,7 @@ do_freebsd_tests () {
  job_create_test test-$xenarch$kern-$dom0arch$qemuu_suffix-freebsd10-$freebsdarch \
                         test-freebsd xl $xenarch $dom0arch \
                         freebsd_arch=$freebsdarch \
- freebsd_image=${FREEBSD_IMAGE_PREFIX-FreeBSD-10.1-RELEASE-}$freebsdarch${FREEBSD_IMAGE_SUFFIX-.raw.xz} \
+ freebsd_image=${FREEBSD_IMAGE_PREFIX-FreeBSD-10.1-CUSTOM-}$freebsdarch${FREEBSD_IMAGE_SUFFIX--20150518.raw.xz} \
                         all_hostflags=$most_hostflags
 
   done