]> xenbits.xensource.com Git - people/royger/osstest.git/commit
make-flight: Add a single test with restricted dm
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 30 May 2018 16:11:46 +0000 (17:11 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 14 Jun 2018 14:00:07 +0000 (15:00 +0100)
commit3ad89736c11e5f343ca8a56df5c9b698c9df0ae0
treeaaa7f9087b3ac3b5aa9714c07a346e10ed3d0d81
parentd50e840cb002564e6bd9e3cb3b2e1d76549f4763
make-flight: Add a single test with restricted dm

As of this commit, this test is only functional: we don't do any
auditing yet.

Right now save/restore migration is broken with restricted dm, so
disable that test with the recipe flag.  See
  sg-run-job: Allow flight to specify recipe flag to disable migr tests

Run this only on recent enough Xen: the dm_restrict option was added
as an experimental feature in Xen 4.10 (currently as yet unreleased).
(With older libxl/xl, the option would be ignored and the test would
be a waste of time.)

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
make-flight