From: Wei Liu Date: Fri, 22 Jul 2016 11:30:57 +0000 (+0100) Subject: sg-run-job: test-xtf recipe X-Git-Tag: openstack-v11~258 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=55caddfecd7a16c7890f54326a7b9a0008fcce5d;p=people%2Faperard%2Fosstest.git sg-run-job: test-xtf recipe Install XTF, run FEP test and then run all available tests. Signed-off-by: Wei Liu Acked-by: Ian Jackson --- diff --git a/sg-run-job b/sg-run-job index 6e6a8243..e4e4e757 100755 --- a/sg-run-job +++ b/sg-run-job @@ -411,6 +411,16 @@ proc run-job/test-nested {} { run-ts . = ts-guest-stop l1 l2 } +proc need-hosts/test-xtf {} { return host } +proc run-job/test-xtf {} { + run-ts . = ts-xtf-install + + # Spawn and reap fep test to make it non-fatal + reap-ts [spawn-ts . = ts-xtf-fep] + + run-ts . = ts-xtf-run +} + proc test-guest-migr {g} { set to_reap [spawn-ts . = ts-migrate-support-check + host $g 1] set can_migrate [reap-ts $to_reap]