diff options
| author | Igor Mammedov | 2018-05-11 19:15:59 +0200 |
|---|---|---|
| committer | Eduardo Habkost | 2018-05-30 18:19:14 +0200 |
| commit | 7b13f2c27a02499e9f8d955e0a4c68a5165e150d (patch) | |
| tree | 8d01ed726c51bdac125af1f3ed1433adaad3ecbc /tests/qapi-schema/qapi-schema-test.json | |
| parent | qapi: introduce new cmd option "allow-preconfig" (diff) | |
| download | qemu-7b13f2c27a02499e9f8d955e0a4c68a5165e150d.tar.gz qemu-7b13f2c27a02499e9f8d955e0a4c68a5165e150d.tar.xz qemu-7b13f2c27a02499e9f8d955e0a4c68a5165e150d.zip | |
tests: qapi-schema tests for allow-preconfig
use new allow-preconfig parameter in tests and make sure that
the QAPISchema can parse allow-preconfig correctly
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1526058959-41425-1-git-send-email-imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'tests/qapi-schema/qapi-schema-test.json')
| -rw-r--r-- | tests/qapi-schema/qapi-schema-test.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qapi-schema/qapi-schema-test.json b/tests/qapi-schema/qapi-schema-test.json index 06e30f452e..46c7282945 100644 --- a/tests/qapi-schema/qapi-schema-test.json +++ b/tests/qapi-schema/qapi-schema-test.json @@ -139,8 +139,8 @@ { 'command': 'boxed-struct', 'boxed': true, 'data': 'UserDefZero' } { 'command': 'boxed-union', 'data': 'UserDefNativeListUnion', 'boxed': true } -# Smoke test on Out-Of-Band -{ 'command': 'an-oob-command', 'allow-oob': true } +# Smoke test on Out-Of-Band and allow-preconfig-test +{ 'command': 'test-flags-command', 'allow-oob': true, 'allow-preconfig': true } # For testing integer range flattening in opts-visitor. The following schema # corresponds to the option format: |
