]> git.proxmox.com Git - mirror_qemu.git/commit
tests: add qmp/object-add-without-props test
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 30 Aug 2018 15:58:08 +0000 (17:58 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 31 Aug 2018 07:53:10 +0000 (09:53 +0200)
commit442b09b83d256d1ba4daa62cb939c84c829cc0f3
tree77a9ffbf30b2a11bea83ac426c4995d6b639190c
parentebb4d82d88810c31cb5eee408e1ac6d319f7f9bb
tests: add qmp/object-add-without-props test

test_object_add_without_props() tests a bug in qmp_object_add() we
fixed in commit e64c75a975.  Sadly, we don't have systematic
object-add tests.  This lone test can go into qmp-cmd-test for want of
a better home.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qmp-cmd-test.c