From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 21/26] sg-run-job: Provide infrastructure for layers of nesting Date: Mon, 28 Sep 2015 11:20:58 +0100 Message-ID: <1443435658.25250.247.camel@citrix.com> References: <1443181028-22705-1-git-send-email-ian.jackson@eu.citrix.com> <1443208522-24905-1-git-send-email-ian.jackson@eu.citrix.com> <1443208522-24905-13-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZgVYN-0000WW-Dn for xen-devel@lists.xenproject.org; Mon, 28 Sep 2015 10:21:03 +0000 In-Reply-To: <1443208522-24905-13-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson , xen-devel@lists.xenproject.org Cc: Robert Ho List-Id: xen-devel@lists.xenproject.org On Fri, 2015-09-25 at 20:15 +0100, Ian Jackson wrote: > Provides nested-layer-descend, which can be called in an individual > test job at the appropriate point (after the L1 has been set up). > > The inner host is a guest of the outer host; powering it off means > destroying it. Putting the poweroff at this point in the loop, rather > than in per-host-finish, avoids powering off physical servers. The > use of `.' rather than `!.' for iffail means we do not power off > after failures (as we might want to preserve the state for debugging > etc). > > Signed-off-by: Ian Jackson > Tested-by: Robert Ho > Signed-off-by: Robert Ho Acked-by: Ian Campbell