mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-30 17:45:23 +00:00
c1a1975e49
Test the output against the schema and also against what we expect. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
21 lines
287 B
JSON
21 lines
287 B
JSON
protocol:
|
|
{
|
|
"driver": "sheepdog",
|
|
"location": {
|
|
"server": {
|
|
"type": "inet",
|
|
"host": "example.com",
|
|
"port": "1234"
|
|
},
|
|
"vdi": "asdf/i.qcow2"
|
|
},
|
|
"size": 42
|
|
}
|
|
|
|
format:
|
|
{
|
|
"driver": "qcow2",
|
|
"file": "0123456789ABCDEF0123456789ABCDE",
|
|
"size": 1337
|
|
}
|