mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
tests: qemucaps: Temporarily remove 'query-qmp-schema' from test data
Remove the command from the supported commands list temporarily so that QMP introspection code can be added without breaking tests and having to tweak the test data in the same commit. This will be later reverted and test data will be added. The aarch64 code is special as it calls additional commands and thus the test data can't be added upfront.
This commit is contained in:
parent
4a3d34729a
commit
4182ffa0a8
@ -220,9 +220,6 @@
|
|||||||
{
|
{
|
||||||
"name": "query-chardev"
|
"name": "query-chardev"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "query-qmp-schema"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "query-events"
|
"name": "query-events"
|
||||||
},
|
},
|
||||||
|
@ -220,9 +220,6 @@
|
|||||||
{
|
{
|
||||||
"name": "query-chardev"
|
"name": "query-chardev"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "query-qmp-schema"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "query-events"
|
"name": "query-events"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user