On a Thursday in 2023, Peter Krempa wrote:
Convert all tests using the 'DO_TEST_NOCAPS' "fake"
capability
invocation to use DO_TEST_CAPS_LATEST and remove the DO_TEST_NOCAPS
macro to prevent further use.
Most of the output file changes are related to default USB controller
type and the CPU becoming defined in the XML.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
... => balloon-device-auto.x86_64-latest.xml} | 5 +-
...> balloon-device-period.x86_64-latest.xml} | 5 +-
...xml => blkiotune-device.x86_64-latest.xml} | 5 +-
[...]
...r.xml => usb-controller.x86_64-latest.xml} | 5 +-
...l => usb-ich9-ehci-addr.x86_64-latest.xml} | 3 +
...sb-none.xml => usb-none.x86_64-latest.xml} | 3 +
tests/qemuxml2xmltest.c | 154 +++++++++---------
84 files changed, 423 insertions(+), 198 deletions(-)
rename tests/qemuxml2xmloutdata/{balloon-device-auto.xml =>
balloon-device-auto.x86_64-latest.xml} (89%)
rename tests/qemuxml2xmloutdata/{balloon-device-period.xml =>
balloon-device-period.x86_64-latest.xml} (89%)
rename tests/qemuxml2xmloutdata/{blkiotune-device.xml =>
blkiotune-device.x86_64-latest.xml} (92%)
rename tests/qemuxml2xmloutdata/{blkiotune.xml => blkiotune.x86_64-latest.xml} (89%)
[...]
rename tests/qemuxml2xmloutdata/{smp.xml => smp.x86_64-latest.xml}
(89%)
rename tests/qemuxml2xmloutdata/{usb-controller.xml =>
usb-controller.x86_64-latest.xml} (85%)
rename tests/qemuxml2xmloutdata/{usb-ich9-ehci-addr.xml =>
usb-ich9-ehci-addr.x86_64-latest.xml} (96%)
rename tests/qemuxml2xmloutdata/{usb-none.xml => usb-none.x86_64-latest.xml} (89%)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano