]> xenbits.xensource.com Git - libvirt.git/commit
qemumonitorjsontest: Drop 'schema-meta' case
authorPeter Krempa <pkrempa@redhat.com>
Mon, 22 May 2023 11:17:17 +0000 (13:17 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 5 Jun 2023 11:20:12 +0000 (13:20 +0200)
commitcec5a9989ccfacdfb249f7e09bf911c6ce1504c3
treecf896e4a0c1c70461adab56c8491d3486e979f32
parent7975702aec0b32aa64e3f5a1138ea91276f5a9ee
qemumonitorjsontest: Drop 'schema-meta' case

The test case is validating the QMP schema against itself. This was
useful when I was developing the validator but at this point it's no
longer needed.

Additionally the QMP schema has few deprecated members now, which our
validator doesn't catch yet, so this test would start failing once I fix
the validator.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemumonitorjsontest.c