mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-30 16:35:24 +00:00
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>
This commit is contained in:
parent
9c9d697a5c
commit
c31146685f
@ -907,8 +907,8 @@ mymain(void)
|
||||
{
|
||||
int ret = 0;
|
||||
|
||||
#if !WITH_JANSSON
|
||||
fputs("libvirt not compiled with JSON support, skipping this test\n", stderr);
|
||||
#if !WITH_STABLE_ORDERING_JANSSON
|
||||
fputs("libvirt not compiled with recent enough Jansson, skipping this test\n", stderr);
|
||||
return EXIT_AM_SKIP;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user