[PATCH 0/4] tests: qemu: Update test data after dropping old machine types

Peter Krempa posted 4 patches 3 years, 2 months ago
Test syntax-check failed
Failed in applying to current master (apply log)
.../caps_6.0.0.x86_64.replies                 | 2485 +++++++++--------
.../caps_6.0.0.x86_64.xml                     |   10 +-
.../disk-cache.x86_64-2.12.0.args             |    2 +-
.../disk-cache.x86_64-2.6.0.args              |    2 +-
.../disk-cache.x86_64-2.7.0.args              |    2 +-
.../disk-cache.x86_64-latest.args             |    3 +-
tests/qemuxml2argvdata/disk-cache.xml         |    2 +-
.../qemuxml2argvdata/disk-cdrom-network.args  |    2 +-
.../disk-cdrom-network.x86_64-2.12.0.args     |    2 +-
.../disk-cdrom-network.x86_64-latest.args     |    2 +-
tests/qemuxml2argvdata/disk-cdrom-network.xml |    2 +-
.../luks-disks-source-qcow2.args              |    2 +-
...luks-disks-source-qcow2.x86_64-latest.args |    3 +-
.../luks-disks-source-qcow2.xml               |    2 +-
.../disk-cache.x86_64-2.12.0.xml              |    2 +-
.../disk-cache.x86_64-2.6.0.xml               |    2 +-
.../disk-cache.x86_64-2.7.0.xml               |    2 +-
.../disk-cache.x86_64-latest.xml              |    2 +-
.../luks-disks-source-qcow2.x86_64-latest.xml |    2 +-
19 files changed, 1281 insertions(+), 1250 deletions(-)
[PATCH 0/4] tests: qemu: Update test data after dropping old machine types
Posted by Peter Krempa 3 years, 2 months ago
qemu dropped pc-1.0/pc-1.1/pc-1.2 for the upcoming release, fix some
tests and update the data.

The two other disk test updates bump the oldest qemu machine type in the
_LATEST tests to 2.9, which should be okay for some time.

Peter Krempa (4):
  qemuxml2argvdata: disk-cdrom-network: Remove specific machine type
  qemuxml2argvdata: disk-cache: Remove specific machine type
  qemuxml2argvdata: luks-disks-source-qcow2: Remove specific machine
    type
  qemucapabilitiesdata: Update 6.0.0 x86_64 capability test data

 .../caps_6.0.0.x86_64.replies                 | 2485 +++++++++--------
 .../caps_6.0.0.x86_64.xml                     |   10 +-
 .../disk-cache.x86_64-2.12.0.args             |    2 +-
 .../disk-cache.x86_64-2.6.0.args              |    2 +-
 .../disk-cache.x86_64-2.7.0.args              |    2 +-
 .../disk-cache.x86_64-latest.args             |    3 +-
 tests/qemuxml2argvdata/disk-cache.xml         |    2 +-
 .../qemuxml2argvdata/disk-cdrom-network.args  |    2 +-
 .../disk-cdrom-network.x86_64-2.12.0.args     |    2 +-
 .../disk-cdrom-network.x86_64-latest.args     |    2 +-
 tests/qemuxml2argvdata/disk-cdrom-network.xml |    2 +-
 .../luks-disks-source-qcow2.args              |    2 +-
 ...luks-disks-source-qcow2.x86_64-latest.args |    3 +-
 .../luks-disks-source-qcow2.xml               |    2 +-
 .../disk-cache.x86_64-2.12.0.xml              |    2 +-
 .../disk-cache.x86_64-2.6.0.xml               |    2 +-
 .../disk-cache.x86_64-2.7.0.xml               |    2 +-
 .../disk-cache.x86_64-latest.xml              |    2 +-
 .../luks-disks-source-qcow2.x86_64-latest.xml |    2 +-
 19 files changed, 1281 insertions(+), 1250 deletions(-)

-- 
2.29.2

Re: [PATCH 0/4] tests: qemu: Update test data after dropping old machine types
Posted by Pavel Hrdina 3 years, 2 months ago
On Sat, Feb 06, 2021 at 03:21:02PM +0100, Peter Krempa wrote:
> qemu dropped pc-1.0/pc-1.1/pc-1.2 for the upcoming release, fix some
> tests and update the data.
> 
> The two other disk test updates bump the oldest qemu machine type in the
> _LATEST tests to 2.9, which should be okay for some time.
> 
> Peter Krempa (4):
>   qemuxml2argvdata: disk-cdrom-network: Remove specific machine type
>   qemuxml2argvdata: disk-cache: Remove specific machine type
>   qemuxml2argvdata: luks-disks-source-qcow2: Remove specific machine
>     type
>   qemucapabilitiesdata: Update 6.0.0 x86_64 capability test data

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>