aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/args-alternate.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/args-alternate.json')
-rw-r--r--tests/qapi-schema/args-alternate.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qapi-schema/args-alternate.json b/tests/qapi-schema/args-alternate.json
new file mode 100644
index 0000000..69e94d4
--- /dev/null
+++ b/tests/qapi-schema/args-alternate.json
@@ -0,0 +1,3 @@
+# we do not allow alternate arguments
+{ 'alternate': 'Alt', 'data': { 'case1': 'int', 'case2': 'str' } }
+{ 'command': 'oops', 'data': 'Alt' }