]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxmlconftest: Move mock'd FDs further out
authorPeter Krempa <pkrempa@redhat.com>
Wed, 20 May 2026 15:28:41 +0000 (17:28 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 25 May 2026 11:28:57 +0000 (13:28 +0200)
commita72bbfc4ba313fa4f29b5dada639d803e08e3efe
tree97d1bfc1779025f52f9089a974a904cf7ce5efd0
parent6984ed1b4e7e80fd5f29d36dcd03e5174d81169f
qemuxmlconftest: Move mock'd FDs further out

Upcoming patches will introduce use of real FDs for tests. Since the
test will go through many FDs they will collide with the fake ones
allocated randomly in qemuxml2argvmock.

Move them out for now until they are replaced and masked out from the
tests.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
21 files changed:
tests/qemuxml2argvmock.c
tests/qemuxmlconfdata/downscript.x86_64-latest.args
tests/qemuxmlconfdata/graphics-spice-timeout.x86_64-latest.args
tests/qemuxmlconfdata/net-bandwidth.x86_64-latest.args
tests/qemuxmlconfdata/net-bandwidth2.x86_64-latest.args
tests/qemuxmlconfdata/net-coalesce.x86_64-latest.args
tests/qemuxmlconfdata/net-eth-hostip.x86_64-latest.args
tests/qemuxmlconfdata/net-eth-ifname.x86_64-latest.args
tests/qemuxmlconfdata/net-eth-names.x86_64-latest.args
tests/qemuxmlconfdata/net-eth-unmanaged-tap.x86_64-latest.args
tests/qemuxmlconfdata/net-eth.x86_64-latest.args
tests/qemuxmlconfdata/net-isolated-port.x86_64-latest.args
tests/qemuxmlconfdata/net-midonet.x86_64-latest.args
tests/qemuxmlconfdata/net-mtu.x86_64-latest.args
tests/qemuxmlconfdata/net-openvswitch.x86_64-latest.args
tests/qemuxmlconfdata/net-virtio-network-portgroup.x86_64-latest.args
tests/qemuxmlconfdata/net-virtio-teaming-network.x86_64-latest.args
tests/qemuxmlconfdata/net-virtio-vhost.x86_64-latest.args
tests/qemuxmlconfdata/tap-vhost-incorrect.x86_64-latest.args
tests/qemuxmlconfdata/tap-vhost.x86_64-latest.args
tests/qemuxmlconfdata/user-aliases.x86_64-latest.args