[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTest Nested v12 17/21] Compose the main recipe of nested test job
After integrated Ian J.'s code of nested infrasture changes, re- write the nested job's recipe. Signed-off-by: Robert Ho <robert.hu@xxxxxxxxx> --- sg-run-job | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sg-run-job b/sg-run-job index 4ae651d..3f24fd6 100755 --- a/sg-run-job +++ b/sg-run-job @@ -347,6 +347,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 + 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.8.3.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |