On a Thursday in 2023, Peter Krempa wrote:
Convert all tests using fake capabilities to use DO_TEST_CAPS_LATEST.
Note that rename detection in git didn't work too well here and the
files may not correspond.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
.../net-client.x86_64-latest.args | 38 ++++++++++++
...args => net-eth-hostip.x86_64-latest.args} | 16 ++---
...args => net-eth-ifname.x86_64-latest.args} | 19 +++---
.../net-eth-names.x86_64-latest.args | 40 ++++++++++++
.../net-eth-unmanaged-tap.args | 35 -----------
.../net-eth-unmanaged-tap.x86_64-latest.args | 37 +++++++++++
tests/qemuxml2argvdata/net-eth.args | 35 -----------
.../net-eth.x86_64-latest.args | 37 +++++++++++
.../net-hostdev-bootorder.args | 34 -----------
... net-hostdev-bootorder.x86_64-latest.args} | 16 ++---
...err => net-hostdev-fail.x86_64-latest.err} | 0
.../net-hostdev-multidomain.args | 35 -----------
...net-hostdev-multidomain.x86_64-latest.args | 37 +++++++++++
.../net-hostdev-vfio-multidomain.args | 35 -----------
...ostdev-vfio-multidomain.x86_64-latest.args | 37 +++++++++++
tests/qemuxml2argvdata/net-hostdev-vfio.args | 35 -----------
.../net-hostdev-vfio.x86_64-latest.args | 37 +++++++++++
tests/qemuxml2argvdata/net-hostdev.args | 35 -----------
.../net-hostdev.x86_64-latest.args | 37 +++++++++++
tests/qemuxml2argvdata/net-mcast.args | 36 -----------
.../net-mcast.x86_64-latest.args | 38 ++++++++++++
tests/qemuxml2argvdata/net-server.args | 36 -----------
.../net-server.x86_64-latest.args | 38 ++++++++++++
tests/qemuxml2argvdata/net-udp.args | 36 -----------
.../net-udp.x86_64-latest.args | 38 ++++++++++++
tests/qemuxml2argvdata/net-user.args | 35 -----------
...r => net-vhostuser-fail.x86_64-latest.err} | 0
.../net-vhostuser-multiq.args | 47 --------------
.../net-vhostuser-multiq.x86_64-latest.args | 49 +++++++++++++++
tests/qemuxml2argvdata/net-vhostuser.args | 38 ------------
tests/qemuxml2argvdata/net-virtio-device.args | 36 -----------
.../net-virtio-device.x86_64-latest.args | 38 ++++++++++++
...irtio-disable-offloads.x86_64-latest.args} | 18 +++---
tests/qemuxml2argvdata/net-virtio-netdev.args | 36 -----------
.../net-virtio-netdev.x86_64-latest.args | 38 ++++++++++++
...xqueuesize-invalid-size.x86_64-latest.err} | 0
.../net-virtio-rxtxqueuesize.args | 36 -----------
...et-virtio-rxtxqueuesize.x86_64-latest.args | 38 ++++++++++++
.../net-virtio-teaming-hostdev.args | 40 ------------
...-virtio-teaming-hostdev.x86_64-latest.args | 42 +++++++++++++
.../qemuxml2argvdata/net-virtio-teaming.args | 40 ------------
.../net-virtio-teaming.x86_64-latest.args | 42 +++++++++++++
tests/qemuxml2argvdata/net-virtio.args | 35 -----------
...tip.args => net-virtio.x86_64-latest.args} | 16 ++---
tests/qemuxml2argvtest.c | 61 +++++++++----------
45 files changed, 735 insertions(+), 767 deletions(-)
create mode 100644 tests/qemuxml2argvdata/net-client.x86_64-latest.args
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano