tests: add qmp/missing-any-arg test
commit61793a627d10908715eac2fc4a25b724f43e8fda
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 29 Oct 2018 14:57:09 +0000 (29 18:57 +0400)
committerThomas Huth <thuth@redhat.com>
Mon, 19 Nov 2018 20:56:36 +0000 (19 21:56 +0100)
tree37214c4cb863467dabb3b954fc107da456b95655
parentd304cf014bf9feec3dcd7ee65c75a7f52206ecdf
tests: add qmp/missing-any-arg test

test_qmp_missing_any_arg() is about a bug in infrastructure used by
the QMP core, fixed in commit c489780203.  We covered the bug in
infrastructure unit tests (commit bce3035a44).  Let's test
it at the QMP level as well.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[thuth: Tweaked the commit message according to Markus' suggestion]
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qmp-test.c