libvirt/tests/qemublocktestdata/imagecreate/network-ssh-qcow2-invalid.json
Peter Krempa 640448cc14 qemublocktest: Mark 'network-ssh-qcow2' input XML as invalid
The XML does not conform to the RNG schema as we don't yet expose the
'ssh' protocol officially. Mark the XML as invalid by renaming it.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2022-11-02 09:26:03 +01:00

20 lines
275 B
JSON

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