]> git.proxmox.com Git - mirror_qemu.git/commit - tests/test-qmp-cmds.c
tests: add oob-test for qapi-schema
authorPeter Xu <peterx@redhat.com>
Mon, 26 Mar 2018 06:38:59 +0000 (14:38 +0800)
committerEric Blake <eblake@redhat.com>
Tue, 27 Mar 2018 15:17:45 +0000 (10:17 -0500)
commit1a1b11dc0fb519f6dbc420925bde032e772fd610
tree9ea485a78d0988d595a2a658965d61be0a28f878
parent4bebca1e429a276bf9553dc2221862d2ea23a939
tests: add oob-test for qapi-schema

It simply tests the new OOB capability, and make sure the QAPISchema can
parse it correctly.

Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20180326063901.27425-7-peterx@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
tests/Makefile.include
tests/qapi-schema/oob-test.err [new file with mode: 0644]
tests/qapi-schema/oob-test.exit [new file with mode: 0644]
tests/qapi-schema/oob-test.json [new file with mode: 0644]
tests/qapi-schema/oob-test.out [new file with mode: 0644]
tests/qapi-schema/qapi-schema-test.json
tests/qapi-schema/qapi-schema-test.out
tests/test-qmp-cmds.c