On Wed, May 06, 2026 at 09:02:54 +0200, Michal Privoznik via Devel wrote:
From: Michal Privoznik <mprivozn@redhat.com>
The minimal version was bumped to QEMU-7.2. There are some domaincapstest test cases that are no longer used (6.2.0, 7.0.0 and 7.1.0). Drop them.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- .../domaincapsdata/qemu_6.2.0-q35.x86_64.xml | 1179 ---------- .../domaincapsdata/qemu_6.2.0-tcg.x86_64.xml | 1979 ---------------- tests/domaincapsdata/qemu_6.2.0.ppc64.xml | 212 -- tests/domaincapsdata/qemu_6.2.0.x86_64.xml | 1177 ---------- .../domaincapsdata/qemu_7.0.0-q35.x86_64.xml | 1216 ---------- .../domaincapsdata/qemu_7.0.0-tcg.x86_64.xml | 2013 ----------------- tests/domaincapsdata/qemu_7.0.0.ppc64.xml | 218 -- tests/domaincapsdata/qemu_7.0.0.x86_64.xml | 1214 ---------- .../domaincapsdata/qemu_7.1.0-q35.x86_64.xml | 1174 ---------- .../domaincapsdata/qemu_7.1.0-tcg.x86_64.xml | 1952 ---------------- tests/domaincapsdata/qemu_7.1.0.ppc64.xml | 211 -- tests/domaincapsdata/qemu_7.1.0.x86_64.xml | 1172 ---------- 12 files changed, 13717 deletions(-) delete mode 100644 tests/domaincapsdata/qemu_6.2.0-q35.x86_64.xml delete mode 100644 tests/domaincapsdata/qemu_6.2.0-tcg.x86_64.xml delete mode 100644 tests/domaincapsdata/qemu_6.2.0.ppc64.xml delete mode 100644 tests/domaincapsdata/qemu_6.2.0.x86_64.xml delete mode 100644 tests/domaincapsdata/qemu_7.0.0-q35.x86_64.xml delete mode 100644 tests/domaincapsdata/qemu_7.0.0-tcg.x86_64.xml delete mode 100644 tests/domaincapsdata/qemu_7.0.0.ppc64.xml delete mode 100644 tests/domaincapsdata/qemu_7.0.0.x86_64.xml delete mode 100644 tests/domaincapsdata/qemu_7.1.0-q35.x86_64.xml delete mode 100644 tests/domaincapsdata/qemu_7.1.0-tcg.x86_64.xml delete mode 100644 tests/domaincapsdata/qemu_7.1.0.ppc64.xml delete mode 100644 tests/domaincapsdata/qemu_7.1.0.x86_64.xml
Since these depend on the .replies file they IMO should be deleted in 7/9 instead.