]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/sub-sub-module.json
tests/9pfs: add local Tmkdir test
[mirror_qemu.git] / tests / qapi-schema / sub-sub-module.json
1 # *-*- Mode: Python -*-*
2 # vim: filetype=python
3
4 # Sub-module of sub-module include/sub-module.json of qapi-schema-test.json
5
6 { 'enum': 'Status',
7 'data': [ 'good', 'bad', 'ugly' ] }