]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2argvtest: Add test cases covered only by qemuxml2xmltest - part 2
authorPeter Krempa <pkrempa@redhat.com>
Mon, 4 Dec 2023 13:52:34 +0000 (14:52 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 4 Jan 2024 21:26:10 +0000 (22:26 +0100)
commitec4d36e558beece81720365347a7020de624d8ff
tree87a2a35e40fa8cb74a9c977547eb7e9525af9380
parent72d13d37e39ec217188a948d9943d6602d4f577a
qemuxml2argvtest: Add test cases covered only by qemuxml2xmltest - part 2

Add the rest of test cases which were tested only by qemuxml2xmltest.

All test cases added here have a '<interface type="network"' which needs
to be translated using the new fake network driver.

Note that this captures the status quo of the tests. No care was given
whether the tests make sense.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
30 files changed:
tests/qemuxml2argvdata/net-bandwidth.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/net-bandwidth.xml
tests/qemuxml2argvdata/net-bandwidth2.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/net-bandwidth2.xml
tests/qemuxml2argvdata/net-coalesce.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/net-coalesce.xml
tests/qemuxml2argvdata/net-isolated-port.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/net-isolated-port.xml
tests/qemuxml2argvdata/net-mtu.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/net-mtu.xml
tests/qemuxml2argvdata/net-openvswitch.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/net-openvswitch.xml
tests/qemuxml2argvdata/net-virtio-network-portgroup.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/net-virtio-network-portgroup.xml
tests/qemuxml2argvdata/net-virtio-teaming-network.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/net-virtio-teaming-network.xml
tests/qemuxml2argvdata/tap-vhost-incorrect.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/tap-vhost-incorrect.xml
tests/qemuxml2argvdata/tap-vhost.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/tap-vhost.xml
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/net-bandwidth.x86_64-latest.xml
tests/qemuxml2xmloutdata/net-bandwidth2.x86_64-latest.xml
tests/qemuxml2xmloutdata/net-coalesce.x86_64-latest.xml
tests/qemuxml2xmloutdata/net-isolated-port.x86_64-latest.xml
tests/qemuxml2xmloutdata/net-openvswitch.x86_64-latest.xml
tests/qemuxml2xmloutdata/net-virtio-network-portgroup.x86_64-latest.xml
tests/qemuxml2xmloutdata/net-virtio-teaming-network.x86_64-latest.xml
tests/qemuxml2xmloutdata/tap-vhost-incorrect.x86_64-latest.xml
tests/qemuxml2xmloutdata/tap-vhost.x86_64-latest.xml