]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: use real capabilities for net-vhostuser
authorJán Tomko <jtomko@redhat.com>
Thu, 4 Oct 2018 17:44:55 +0000 (19:44 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 15 Oct 2018 11:13:29 +0000 (13:13 +0200)
commit4c64768e8f3da7aa58c59337faeeefa7ada6b9b9
treee6e004cf2394a3d09bcd2c2f5235814cde735176
parentccad7b58887b46fc8cd0d3636479b53628babb2a
tests: use real capabilities for net-vhostuser

Commit ed5aa85f371aebb0103e712f9a103d011ab9ae43
    qemu: don't use chardev FD passing for vhostuser backend
altered the legacy DO_TEST macro.

Run the test against capabilities of QEMU 2.5.0 (which did not
support QEMU_CAPS_CHARDEV_FD_PASS) as well as the latest version.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvdata/net-vhostuser.x86_64-2.5.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/net-vhostuser.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvtest.c