From 7a3f48247e4db5fccc756a4e22e349ed2ffe6651 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Wed, 22 Jun 2022 15:28:49 +0200 Subject: [PATCH] qemucapabilitiestest: Fake proper version for 'caps_4.2.0.ppc64' case MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The capabilities for that version were not updated from the development version and thus would fail our upcoming minimum version change. Fake the data to report 4.2.0. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- tests/qemucapabilitiesdata/caps_4.2.0.ppc64.replies | 4 ++-- tests/qemucapabilitiesdata/caps_4.2.0.ppc64.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.replies b/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.replies index d0b21ef123..4ed901c3de 100644 --- a/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.replies +++ b/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.replies @@ -17,8 +17,8 @@ { "return": { "qemu": { - "micro": 50, - "minor": 1, + "micro": 0, + "minor": 2, "major": 4 }, "package": "v4.1.0-2198-g9e583f2" diff --git a/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.xml b/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.xml index 1586f28ca5..7c5275210b 100644 --- a/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.xml +++ b/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.xml @@ -159,7 +159,7 @@ - 4001050 + 4002000 0 42900242 v4.1.0-2198-g9e583f2 -- 2.47.2