libvirt/tests/virjsondata/deflatten-qemu-sheepdog-out.json
Peter Krempa ffdf532328 tests: Validate that JSON deflattening fixed nested json pseudo-protocol strings
Sheepdog and possibly others use nested objects for network server and
thus could be specified in a way that libvirt would not parse.

Validates that https://bugzilla.redhat.com/show_bug.cgi?id=1464821
is fixed properly.
2017-07-11 14:24:17 +02:00

14 lines
194 B
JSON

{
"driver": "raw",
"file": {
"server": {
"host": "10.10.10.10",
"port": "7000",
"type": "inet"
},
"tag": "",
"driver": "sheepdog",
"vdi": "Alice"
}
}