]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: qemuxml2argv: Add infrastructure for testing with real qemuCaps
authorPeter Krempa <pkrempa@redhat.com>
Wed, 4 Apr 2018 07:42:36 +0000 (09:42 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 19 Apr 2018 09:20:34 +0000 (11:20 +0200)
commit976fbb98c8dbccbba93fb5f5a8bb2f94df0be346
tree64befb99b2854bb8f4789d2ad90c80e0f108d9c4
parentf4f7d0da8b8d53517693a734294c86717397d392
tests: qemuxml2argv: Add infrastructure for testing with real qemuCaps

Allow testing of XML->argv conversion with using a real capability map
as used in the qemucapabilitiestest. This allows specifying the required
qemu version with the test rather than having to enumerate all the
required capabilities or allows to use the newest capabilities present.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
tests/qemuxml2argvtest.c