On a Thursday in 2022, Peter Krempa wrote:
The qemuxml2argv invocation of some tests used DO_TEST_CAPS_LATEST
while
the qemuxml2xmltest invocation uses fake caps. Unify them on
DO_TEST_CAPS_LATEST.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
.../luks-disks.x86_64-4.1.0.args | 1 +
tests/qemuxml2argvdata/luks-disks.xml | 5 +++-
.../memfd-memory-default-hugepage.xml | 5 ++--
tests/qemuxml2argvdata/memfd-memory-numa.xml | 5 ++--
tests/qemuxml2argvdata/vhost-vsock.xml | 5 +++-
...ml => luks-disks-source.x86_64-latest.xml} | 5 +++-
...disks.xml => luks-disks.x86_64-latest.xml} | 0
...memory-default-hugepage.x86_64-latest.xml} | 0
...ml => memfd-memory-numa.x86_64-latest.xml} | 0
...l => tseg-explicit-size.x86_64-latest.xml} | 29 ++++++++++++-------
...xml => vhost-vsock-auto.x86_64-latest.xml} | 5 +++-
...sock.xml => vhost-vsock.x86_64-latest.xml} | 0
tests/qemuxml2xmltest.c | 27 +++++------------
13 files changed, 48 insertions(+), 39 deletions(-)
rename tests/qemuxml2xmloutdata/{luks-disks-source.xml =>
luks-disks-source.x86_64-latest.xml} (95%)
rename tests/qemuxml2xmloutdata/{luks-disks.xml => luks-disks.x86_64-latest.xml}
(100%)
rename tests/qemuxml2xmloutdata/{memfd-memory-default-hugepage.xml =>
memfd-memory-default-hugepage.x86_64-latest.xml} (100%)
rename tests/qemuxml2xmloutdata/{memfd-memory-numa.xml =>
memfd-memory-numa.x86_64-latest.xml} (100%)
rename tests/qemuxml2xmloutdata/{tseg-explicit-size.xml =>
tseg-explicit-size.x86_64-latest.xml} (61%)
rename tests/qemuxml2xmloutdata/{vhost-vsock-auto.xml =>
vhost-vsock-auto.x86_64-latest.xml} (88%)
rename tests/qemuxml2xmloutdata/{vhost-vsock.xml => vhost-vsock.x86_64-latest.xml}
(100%)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano