From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 23/26] Nested HVM: Provide test-nested recipe Date: Fri, 25 Sep 2015 20:15:19 +0100 Message-ID: <1443208522-24905-15-git-send-email-ian.jackson@eu.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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZfYTW-0001cc-PX for xen-devel@lists.xenproject.org; Fri, 25 Sep 2015 19:16:06 +0000 In-Reply-To: <1443208522-24905-1-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: xen-devel@lists.xenproject.org Cc: Robert Ho , Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org From: Robert Ho Signed-off-by: Robert Ho Signed-off-by: Ian Jackson --- v14: ts-nested-setup command line syntax updated. --- sg-run-job | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sg-run-job b/sg-run-job index 8174ef7..6b59ab3 100755 --- a/sg-run-job +++ b/sg-run-job @@ -348,6 +348,16 @@ proc run-job/test-pair-oneway {} { run-ts . = ts-guest-stop dst_host + debian } +proc need-hosts/test-nested {} {return host} +proc run-job/test-nested {} { + run-ts . = ts-debian-hvm-install + host l1 + run-ts . = ts-nested-setup + --define l1=host:l1 + nested-layer-descend l1 + run-ts . = ts-debian-hvm-install l1 l2 + run-ts . = ts-guest-stop l1 l2 + run-ts . = ts-guest-destroy + host l1 +} + proc test-guest-migr {g} { set to_reap [spawn-ts . = ts-migrate-support-check + host $g 1] set can_migrate [reap-ts $to_reap] -- 1.7.10.4