From: Peter Krempa <pkrempa@redhat.com>
The test case specifically excercises our generator with the
'pc-i440fx-5.0' machine type which will be removed in qemu-11.0.
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
...-latest.args => cpu-numa-memory-oldstyle.x86_64-10.2.0.args} | 0
...64-latest.xml => cpu-numa-memory-oldstyle.x86_64-10.2.0.xml} | 0
tests/qemuxmlconftest.c | 2 +-
3 files changed, 1 insertion(+), 1 deletion(-)
rename tests/qemuxmlconfdata/{cpu-numa-memory-oldstyle.x86_64-latest.args => cpu-numa-memory-oldstyle.x86_64-10.2.0.args} (100%)
rename tests/qemuxmlconfdata/{cpu-numa-memory-oldstyle.x86_64-latest.xml => cpu-numa-memory-oldstyle.x86_64-10.2.0.xml} (100%)
diff --git a/tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-latest.args b/tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-10.2.0.args
similarity index 100%
rename from tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-latest.args
rename to tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-10.2.0.args
diff --git a/tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-latest.xml b/tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-10.2.0.xml
similarity index 100%
rename from tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-latest.xml
rename to tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-10.2.0.xml
diff --git a/tests/qemuxmlconftest.c b/tests/qemuxmlconftest.c
index 89b8ad1a35..0daa1b3f6d 100644
--- a/tests/qemuxmlconftest.c
+++ b/tests/qemuxmlconftest.c
@@ -2452,7 +2452,7 @@ mymain(void)
DO_TEST_CAPS_VER("cpu-fallback", "8.0.0");
DO_TEST_CAPS_LATEST("cpu-numa1");
- DO_TEST_CAPS_LATEST("cpu-numa-memory-oldstyle");
+ DO_TEST_CAPS_VER("cpu-numa-memory-oldstyle", "10.2.0");
DO_TEST_CAPS_LATEST("cpu-numa2");
DO_TEST_CAPS_LATEST("cpu-numa-no-memory-element");
DO_TEST_CAPS_LATEST_PARSE_ERROR("cpu-numa3");
--
2.52.0