From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [xen-unstable test] 19869: tolerable trouble: broken/fail/pass - PUSHED Date: Sun, 29 Sep 2013 08:04:17 +0100 Message-ID: <1380438257.12801.13.camel@dagon.hellion.org.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "xen.org" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Sat, 2013-09-28 at 18:25 +0100, xen.org wrote: > flight 19869 xen-unstable real [real] > http://www.chiark.greenend.org.uk/~xensrcts/logs/19869/ > > Failures :-/ but no regressions. > > Regressions which are regarded as allowable (not blocking): > test-amd64-amd64-xl-sedf-pin 11 guest-localmigrate fail REGR. vs. 19838 > > Tests which did not succeed, but are not blocking: > test-armhf-armhf-xl 3 host-install(3) broken never pass 2013-09-28 14:11:03 Z power: setting 1 for marilith-n5 Address lookup for marilith-n5-mgmt failed This is because woking is not in the .uk.xensource.com domain so the bare lookup of marilith-n5-mgmt (which is in .uk.x.c) fails. I've changed Osstest::PDU::ipmiextra to take an explicit hostname and updated the properties for marilith. It was a bit wrong for it to just concatenate -mgmt to the machine name anyhow. Ian.