mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
qemucapabilitiestest: Hack/fix version in qemu-3.1 tests
The test dumps for x86_64 and ppc64 were generated from pre-release qemu-3.0-rc1/rc2 and thus wouldn't pass our minimum version check. As these are very old, fix the version info we use for our check to 3.1 without re-generating them and keep the version tag intact. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
e51c0ac891
commit
2a273072b6
@ -17,8 +17,8 @@
|
||||
{
|
||||
"return": {
|
||||
"qemu": {
|
||||
"micro": 91,
|
||||
"minor": 0,
|
||||
"micro": 0,
|
||||
"minor": 1,
|
||||
"major": 3
|
||||
},
|
||||
"package": "v3.1.0-rc1-74-g3c035a41dc"
|
||||
|
@ -143,7 +143,7 @@
|
||||
<flag name='cpu-max'/>
|
||||
<flag name='input-linux'/>
|
||||
<flag name='virtio-blk.queue-size'/>
|
||||
<version>3000091</version>
|
||||
<version>3001000</version>
|
||||
<kvmVersion>0</kvmVersion>
|
||||
<microcodeVersion>42900240</microcodeVersion>
|
||||
<package>v3.1.0-rc1-74-g3c035a41dc</package>
|
||||
|
@ -17,8 +17,8 @@
|
||||
{
|
||||
"return": {
|
||||
"qemu": {
|
||||
"micro": 92,
|
||||
"minor": 0,
|
||||
"micro": 0,
|
||||
"minor": 1,
|
||||
"major": 3
|
||||
},
|
||||
"package": "v3.1.0-rc2-48-g039d4e3df0"
|
||||
|
@ -186,7 +186,7 @@
|
||||
<flag name='input-linux'/>
|
||||
<flag name='query-display-options'/>
|
||||
<flag name='virtio-blk.queue-size'/>
|
||||
<version>3000092</version>
|
||||
<version>3001000</version>
|
||||
<kvmVersion>0</kvmVersion>
|
||||
<microcodeVersion>43100240</microcodeVersion>
|
||||
<package>v3.1.0-rc2-48-g039d4e3df0</package>
|
||||
|
Loading…
x
Reference in New Issue
Block a user