
On Tue, Apr 15, 2025 at 04:13:06 -0400, Narayana Murty N wrote:
The commit 140ff3c5141 ("tests: qemuhotplugtest: Fix arch-specific parts of 'ppc64' test XMLs") fixated on the POWER9 in results xml which actually would be the host-cpu at the moment on the source tree. With updates to higher cpu versions this has to continuously be updated. Instead, update the test source domains to use POWER9(or any) as fixed version, so that we dont need to keep updating this test results file with every cpu version bump-up.
Signed-off-by: Narayana Murty N <nnmlinux@linux.ibm.com> --- tests/qemuhotplugtestcpus/ppc64-modern-bulk-domain.xml | 3 ++- tests/qemuhotplugtestcpus/ppc64-modern-individual-domain.xml | 3 ++- tests/qemuxmlconfdata/memory-hotplug-nvdimm-ppc64.xml | 3 ++- tests/qemuxmlconfdata/memory-hotplug-ppc64-nonuma.xml | 3 +++ 4 files changed, 9 insertions(+), 3 deletions(-)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>