4bebca1e42
The allow_oob parameter was passed in but not used in tests. Now reflect that in the tests, so we need to touch up other command testers with that new change. Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Peter Xu <peterx@redhat.com> Message-Id: <20180326063901.27425-6-peterx@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Eric Blake <eblake@redhat.com>
9 lines
287 B
Plaintext
9 lines
287 B
Plaintext
object q_empty
|
|
enum QType ['none', 'qnull', 'qnum', 'qstring', 'qdict', 'qlist', 'qbool']
|
|
prefix QTYPE
|
|
module ident-with-escape.json
|
|
object q_obj_fooA-arg
|
|
member bar1: str optional=False
|
|
command fooA q_obj_fooA-arg -> None
|
|
gen=True success_response=True boxed=False oob=False
|