]> git.proxmox.com Git - mirror_qemu.git/commit - tests/test-qmp-cmds.c
qapi: Drop redundant returns-int test
authorEric Blake <eblake@redhat.com>
Tue, 13 Oct 2015 04:22:25 +0000 (22:22 -0600)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 15 Oct 2015 06:39:07 +0000 (08:39 +0200)
commitcae95eae6270c1ea28a9ba8eee75c441b1015f68
tree03cd3524eda22a5d4f733d265e2ae00e09b1c22d
parent625b251c69d983959efaeadeee12405b1a66d331
qapi: Drop redundant returns-int test

qapi-schema-test was already testing that we could have a
command returning int, but burned a command name in the whitelist.
Merge the redundant positive test returns-int, and pick a name
that reduces the whitelist size.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1444710158-8723-6-git-send-email-eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
scripts/qapi.py
tests/Makefile
tests/qapi-schema/qapi-schema-test.json
tests/qapi-schema/qapi-schema-test.out
tests/qapi-schema/returns-int.err [deleted file]
tests/qapi-schema/returns-int.exit [deleted file]
tests/qapi-schema/returns-int.json [deleted file]
tests/qapi-schema/returns-int.out [deleted file]
tests/test-qmp-commands.c