As explained in:
https://listman.redhat.com/archives/libvir-list/2022-August/233812.html
Peter Krempa (3):
qemuxml2argvtest: Use different network storage protocol for boot
order tests
tests: qemuxml2argv: Use x86_64 arch and emulator in all boot* test
files
tests: qemuxml2argv: Convert all 'boot*' cases to DO_TEST_CAPS_LATEST
...rom.args => boot-cdrom.x86_64-latest.args} | 13 +++++---
tests/qemuxml2argvdata/boot-cdrom.xml | 4 +--
...x.args => boot-complex.x86_64-latest.args} | 29 +++++++++--------
tests/qemuxml2argvdata/boot-complex.xml | 4 +--
.../boot-dev+order.x86_64-latest.err | 1 +
tests/qemuxml2argvdata/boot-dev+order.xml | 6 ++--
...rgs => boot-floppy-q35.x86_64-latest.args} | 14 +++++---
...py.args => boot-floppy.x86_64-latest.args} | 15 +++++----
tests/qemuxml2argvdata/boot-floppy.xml | 4 +--
...oot-menu-disable-drive.x86_64-latest.args} | 15 +++++----
.../boot-menu-disable-drive.xml | 4 +--
.../boot-menu-disable-with-timeout.xml | 4 +--
...s => boot-menu-disable.x86_64-latest.args} | 15 +++++----
tests/qemuxml2argvdata/boot-menu-disable.xml | 4 +--
...ble-with-timeout-invalid.x86_64-latest.err | 1 +
.../boot-menu-enable-with-timeout-invalid.xml | 4 +--
...nu-enable-with-timeout.x86_64-latest.args} | 15 +++++----
.../boot-menu-enable-with-timeout.xml | 4 +--
...gs => boot-menu-enable.x86_64-latest.args} | 15 +++++----
tests/qemuxml2argvdata/boot-menu-enable.xml | 4 +--
...lti.args => boot-multi.x86_64-latest.args} | 15 +++++----
tests/qemuxml2argvdata/boot-multi.xml | 4 +--
...k.args => boot-network.x86_64-latest.args} | 13 +++++---
tests/qemuxml2argvdata/boot-network.xml | 4 +--
...der.args => boot-order.x86_64-latest.args} | 25 ++++++++-------
tests/qemuxml2argvdata/boot-order.xml | 6 ++--
tests/qemuxml2argvtest.c | 32 ++++++++-----------
tests/qemuxml2xmloutdata/boot-cdrom.xml | 4 +--
tests/qemuxml2xmloutdata/boot-floppy.xml | 4 +--
.../boot-menu-disable-with-timeout.xml | 4 +--
.../qemuxml2xmloutdata/boot-menu-disable.xml | 4 +--
.../boot-menu-enable-with-timeout.xml | 4 +--
tests/qemuxml2xmloutdata/boot-multi.xml | 4 +--
tests/qemuxml2xmloutdata/boot-network.xml | 4 +--
tests/qemuxml2xmloutdata/boot-order.xml | 6 ++--
35 files changed, 171 insertions(+), 137 deletions(-)
rename tests/qemuxml2argvdata/{boot-cdrom.args => boot-cdrom.x86_64-latest.args}
(62%)
rename tests/qemuxml2argvdata/{boot-complex.args => boot-complex.x86_64-latest.args}
(63%)
create mode 100644 tests/qemuxml2argvdata/boot-dev+order.x86_64-latest.err
rename tests/qemuxml2argvdata/{boot-floppy-q35.args =>
boot-floppy-q35.x86_64-latest.args} (55%)
rename tests/qemuxml2argvdata/{boot-floppy.args => boot-floppy.x86_64-latest.args}
(65%)
rename tests/qemuxml2argvdata/{boot-menu-disable-drive.args =>
boot-menu-disable-drive.x86_64-latest.args} (59%)
rename tests/qemuxml2argvdata/{boot-menu-disable.args =>
boot-menu-disable.x86_64-latest.args} (59%)
create mode 100644
tests/qemuxml2argvdata/boot-menu-enable-with-timeout-invalid.x86_64-latest.err
rename tests/qemuxml2argvdata/{boot-menu-enable-with-timeout.args =>
boot-menu-enable-with-timeout.x86_64-latest.args} (59%)
rename tests/qemuxml2argvdata/{boot-menu-enable.args =>
boot-menu-enable.x86_64-latest.args} (59%)
rename tests/qemuxml2argvdata/{boot-multi.args => boot-multi.x86_64-latest.args}
(59%)
rename tests/qemuxml2argvdata/{boot-network.args => boot-network.x86_64-latest.args}
(63%)
rename tests/qemuxml2argvdata/{boot-order.args => boot-order.x86_64-latest.args}
(55%)
--
2.37.1