mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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>
This commit is contained in:
parent
4bebca1e42
commit
1a1b11dc0f
8 changed files with 14 additions and 0 deletions
|
@ -166,6 +166,8 @@ command boxed-struct UserDefZero -> None
|
|||
gen=True success_response=True boxed=True oob=False
|
||||
command boxed-union UserDefNativeListUnion -> None
|
||||
gen=True success_response=True boxed=True oob=False
|
||||
command an-oob-command None -> None
|
||||
gen=True success_response=True boxed=False oob=True
|
||||
object UserDefOptions
|
||||
member i64: intList optional=True
|
||||
member u64: uint64List optional=True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue