[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 14/22] Nested HVM: Provide test-nested recipe
From: Robert Ho <robert.hu@xxxxxxxxx> Signed-off-by: Robert Ho <robert.hu@xxxxxxxxx> Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Tested-by: Robert Ho <robert.hu@xxxxxxxxx> --- v14: ts-nested-setup command line syntax updated. v15: (Robert Ho) remove the unnecessary l1 destroy; as it will implicitly powered off by framework as a nested host. This change hasn't been confirmed by Ian Jackson yet; I plan to separate it as fix patch but by mistake squashed it in. Ian Jackson may want to revert this if he dosn't agree. --- sg-run-job | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sg-run-job b/sg-run-job index 172c87e..a2527ca 100755 --- a/sg-run-job +++ b/sg-run-job @@ -348,6 +348,15 @@ 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 +} + 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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |