Re: [libvirt] [PATCH 4/9] tests: qemumonitor: Add testing for the 'transaction' command and generators

2019-09-26 Thread Eric Blake
On 9/26/19 11:05 AM, Peter Krempa wrote: Validate all the commands against the schema. Signed-off-by: Peter Krempa --- tests/qemumonitorjsontest.c | 39 + 1 file changed, 39 insertions(+) + +if (qemuMonitorTransactionBitmapAdd(actions, "node1", "bi

[libvirt] [PATCH 4/9] tests: qemumonitor: Add testing for the 'transaction' command and generators

2019-09-26 Thread Peter Krempa
Validate all the commands against the schema. Signed-off-by: Peter Krempa --- tests/qemumonitorjsontest.c | 39 + 1 file changed, 39 insertions(+) diff --git a/tests/qemumonitorjsontest.c b/tests/qemumonitorjsontest.c index d0bbb1f674..8179e802c1 100644 --- a