mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +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>
15 lines
247 B
JSON
15 lines
247 B
JSON
protocol:
|
|
{
|
|
"driver": "file",
|
|
"filename": "/var/lib/libvirt/images/i.img",
|
|
"size": 42
|
|
}
|
|
|
|
format:
|
|
{
|
|
"key-secret": "0123456789ABCDEF0123456789ABCDE-encalias",
|
|
"driver": "luks",
|
|
"file": "0123456789ABCDEF0123456789ABCDE",
|
|
"size": 1337
|
|
}
|