On a Thursday in 2023, Peter Krempa wrote:
Convert tests which use DO_TEST_NOCAPS in both tests and the
qemuxml2xml variant has a symlink back to the qemuxml2argv input file.
This is done to separate the conversion before a patch converts all
DO_TEST_NOCAPS variants in qemuxml2xmltest to use real capabilities.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
...args => clock-realtime.x86_64-latest.args} | 14 +++---
tests/qemuxml2argvdata/clock-realtime.xml | 5 ++-
...gs => kvm-features-off.x86_64-latest.args} | 10 +++--
tests/qemuxml2argvdata/kvm-features-off.xml | 2 +-
...s.args => kvm-features.x86_64-latest.args} | 10 +++--
tests/qemuxml2argvdata/kvm-features.xml | 2 +-
tests/qemuxml2argvdata/net-user-addr.args | 35 ---------------
....args => net-user-addr.x86_64-latest.args} | 19 ++++----
tests/qemuxml2argvdata/net-user-addr.xml | 5 ++-
tests/qemuxml2argvdata/numatune-no-vcpu.args | 36 ---------------
.../numatune-no-vcpu.x86_64-latest.args | 44 +++++++++++++++++++
tests/qemuxml2argvdata/numatune-no-vcpu.xml | 5 ++-
.../serial-tcp-tlsx509-chardev-notls.xml | 5 ++-
...s => smbios-type-fwcfg.x86_64-latest.args} | 14 +++---
tests/qemuxml2argvdata/smbios-type-fwcfg.xml | 5 ++-
tests/qemuxml2argvtest.c | 14 +++---
...e.xml => clock-realtime.x86_64-latest.xml} | 0
...xml => kvm-features-off.x86_64-latest.xml} | 0
...res.xml => kvm-features.x86_64-latest.xml} | 0
...dr.xml => net-user-addr.x86_64-latest.xml} | 0
...xml => numatune-no-vcpu.x86_64-latest.xml} | 0
...p-tlsx509-chardev-notls.x86_64-latest.xml} | 0
...ml => smbios-type-fwcfg.x86_64-latest.xml} | 0
tests/qemuxml2xmltest.c | 14 +++---
24 files changed, 115 insertions(+), 124 deletions(-)
rename tests/qemuxml2argvdata/{clock-realtime.args =>
clock-realtime.x86_64-latest.args} (61%)
rename tests/qemuxml2argvdata/{kvm-features-off.args =>
kvm-features-off.x86_64-latest.args} (61%)
rename tests/qemuxml2argvdata/{kvm-features.args => kvm-features.x86_64-latest.args}
(60%)
delete mode 100644 tests/qemuxml2argvdata/net-user-addr.args
rename tests/qemuxml2argvdata/{serial-tcp-tlsx509-chardev-notls.args =>
net-user-addr.x86_64-latest.args} (56%)
delete mode 100644 tests/qemuxml2argvdata/numatune-no-vcpu.args
create mode 100644 tests/qemuxml2argvdata/numatune-no-vcpu.x86_64-latest.args
rename tests/qemuxml2argvdata/{smbios-type-fwcfg.args =>
smbios-type-fwcfg.x86_64-latest.args} (70%)
rename tests/qemuxml2xmloutdata/{clock-realtime.xml =>
clock-realtime.x86_64-latest.xml} (100%)
rename tests/qemuxml2xmloutdata/{kvm-features-off.xml =>
kvm-features-off.x86_64-latest.xml} (100%)
rename tests/qemuxml2xmloutdata/{kvm-features.xml => kvm-features.x86_64-latest.xml}
(100%)
rename tests/qemuxml2xmloutdata/{net-user-addr.xml => net-user-addr.x86_64-latest.xml}
(100%)
rename tests/qemuxml2xmloutdata/{numatune-no-vcpu.xml =>
numatune-no-vcpu.x86_64-latest.xml} (100%)
rename tests/qemuxml2xmloutdata/{serial-tcp-tlsx509-chardev-notls.xml =>
serial-tcp-tlsx509-chardev-notls.x86_64-latest.xml} (100%)
rename tests/qemuxml2xmloutdata/{smbios-type-fwcfg.xml =>
smbios-type-fwcfg.x86_64-latest.xml} (100%)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano