]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: also skip qemuagenttest with old jansson
authorJán Tomko <jtomko@redhat.com>
Mon, 23 Jul 2018 14:57:20 +0000 (16:57 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 23 Jul 2018 15:03:02 +0000 (17:03 +0200)
commitc31146685f5c8558ff88d52d03a68533c9220feb
tree2fc7f1ce6c5bac237406aa314b83392fdb00f847
parent9c9d697a5c9f41fd5e679a045f2fd0147b49e534
tests: also skip qemuagenttest with old jansson

qemuagenttest also depends on JSON object key ordering:
Invalid value of argument 'vcpus' of command 'guest-set-vcpus':
expected '[{"logical-id":1,"online":false}]' got '[{"online":false,"logical-id":1}]'

Skip it as well.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
tests/qemuagenttest.c