libvirt/tests/qemublocktestdata/imagecreate/network-ssh-qcow2.json
Peter Krempa c1a1975e49 tests: qemublock: Add testing of 'blockdev-create' generators
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>
2019-07-18 17:59:34 +02:00

20 lines
261 B
JSON

protocol:
{
"driver": "ssh",
"location": {
"path": "asdf/i.qcow2",
"server": {
"host": "example.com",
"port": "1234"
}
},
"size": 42
}
format:
{
"driver": "qcow2",
"file": "0123456789ABCDEF0123456789ABCDE",
"size": 1337
}