mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 14:37:42 -07:00
tests/qapi-schema: Rename tests from data- to args-
Since every schema entity has 'data', the data- prefix conveys no information. These tests actually exercise commands. Only commands have arguments, so change the prefix to to args-. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
80e60a19a8
commit
6af9a8fc8e
32 changed files with 9 additions and 9 deletions
2
tests/qapi-schema/args-array-empty.json
Normal file
2
tests/qapi-schema/args-array-empty.json
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# we reject an array for data if it does not contain a known type
|
||||
{ 'command': 'oops', 'data': { 'empty': [ ] } }
|
||||
Loading…
Add table
Add a link
Reference in a new issue