qemucapabilitiestest: Fake proper version for 'caps_4.2.0.ppc64' case

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 <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2022-06-22 15:28:49 +02:00
parent 8eb8096556
commit 7a3f48247e
2 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@
{
"return": {
"qemu": {
"micro": 50,
"minor": 1,
"micro": 0,
"minor": 2,
"major": 4
},
"package": "v4.1.0-2198-g9e583f2"

View File

@ -159,7 +159,7 @@
<flag name='input-linux'/>
<flag name='query-display-options'/>
<flag name='virtio-blk.queue-size'/>
<version>4001050</version>
<version>4002000</version>
<kvmVersion>0</kvmVersion>
<microcodeVersion>42900242</microcodeVersion>
<package>v4.1.0-2198-g9e583f2</package>