mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00
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>
This commit is contained in:
parent
625b251c69
commit
cae95eae62
9 changed files with 10 additions and 20 deletions
|
@ -56,9 +56,6 @@ returns_whitelist = [
|
|||
'guest-set-vcpus',
|
||||
'guest-sync',
|
||||
'guest-sync-delimited',
|
||||
|
||||
# From qapi-schema-test:
|
||||
'user_def_cmd3',
|
||||
]
|
||||
|
||||
enum_types = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue