diff options
| author | Peter Xu | 2018-03-26 08:38:58 +0200 |
|---|---|---|
| committer | Eric Blake | 2018-03-27 17:17:45 +0200 |
| commit | 4bebca1e429a276bf9553dc2221862d2ea23a939 (patch) | |
| tree | 2059b7f98c4b6432a0d03bd87a480adb555a3156 /tests/qapi-schema/indented-expr.out | |
| parent | qapi: restrict allow-oob value to be "true" (diff) | |
| download | qemu-4bebca1e429a276bf9553dc2221862d2ea23a939.tar.gz qemu-4bebca1e429a276bf9553dc2221862d2ea23a939.tar.xz qemu-4bebca1e429a276bf9553dc2221862d2ea23a939.zip | |
tests: let qapi-schema tests detect oob
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>
Diffstat (limited to 'tests/qapi-schema/indented-expr.out')
| -rw-r--r-- | tests/qapi-schema/indented-expr.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qapi-schema/indented-expr.out b/tests/qapi-schema/indented-expr.out index a79935e8c3..862678f8f4 100644 --- a/tests/qapi-schema/indented-expr.out +++ b/tests/qapi-schema/indented-expr.out @@ -3,6 +3,6 @@ enum QType ['none', 'qnull', 'qnum', 'qstring', 'qdict', 'qlist', 'qbool'] prefix QTYPE module indented-expr.json command eins None -> None - gen=True success_response=True boxed=False + gen=True success_response=True boxed=False oob=False command zwei None -> None - gen=True success_response=True boxed=False + gen=True success_response=True boxed=False oob=False |
