diff options
| author | Peter Xu | 2018-03-26 08:38:59 +0200 |
|---|---|---|
| committer | Eric Blake | 2018-03-27 17:17:45 +0200 |
| commit | 1a1b11dc0fb519f6dbc420925bde032e772fd610 (patch) | |
| tree | 9ea485a78d0988d595a2a658965d61be0a28f878 /tests/qapi-schema/oob-test.json | |
| parent | tests: let qapi-schema tests detect oob (diff) | |
| download | qemu-1a1b11dc0fb519f6dbc420925bde032e772fd610.tar.gz qemu-1a1b11dc0fb519f6dbc420925bde032e772fd610.tar.xz qemu-1a1b11dc0fb519f6dbc420925bde032e772fd610.zip | |
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>
Diffstat (limited to 'tests/qapi-schema/oob-test.json')
| -rw-r--r-- | tests/qapi-schema/oob-test.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qapi-schema/oob-test.json b/tests/qapi-schema/oob-test.json new file mode 100644 index 0000000000..da9635920f --- /dev/null +++ b/tests/qapi-schema/oob-test.json @@ -0,0 +1,2 @@ +# Check against oob illegal value +{ 'command': 'oob-command-1', 'allow-oob': 'some-string' } |
