]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: qemublock: Add testing of 'blockdev-create' generators
authorPeter Krempa <pkrempa@redhat.com>
Tue, 4 Sep 2018 11:40:01 +0000 (13:40 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 18 Jul 2019 15:59:34 +0000 (17:59 +0200)
commitc1a1975e49a80f92a13dcb61b5e5c824cd9f719b
tree1cf7fea010d65efb354b8a73837fb72d2c451217
parent50e1e053a5d37eb424222e61ed2d0195f4e588c9
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>
31 files changed:
tests/qemublocktest.c
tests/qemublocktestdata/imagecreate/luks-encopts.json [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/luks-encopts.xml [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/luks-noopts.json [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/luks-noopts.xml [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/network-gluster-qcow2.json [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/network-gluster-qcow2.xml [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/network-rbd-qcow2.json [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/network-rbd-qcow2.xml [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/network-sheepdog-qcow2.json [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/network-sheepdog-qcow2.xml [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/network-ssh-qcow2.json [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/network-ssh-qcow2.xml [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/qcow2-backing-luks.json [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/qcow2-backing-luks.xml [new symlink]
tests/qemublocktestdata/imagecreate/qcow2-backing-raw-nbd.json [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/qcow2-backing-raw-nbd.xml [new symlink]
tests/qemublocktestdata/imagecreate/qcow2-backing-raw.json [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/qcow2-backing-raw.xml [new symlink]
tests/qemublocktestdata/imagecreate/qcow2-luks-encopts-backing.json [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/qcow2-luks-encopts-backing.xml [new symlink]
tests/qemublocktestdata/imagecreate/qcow2-luks-encopts.json [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/qcow2-luks-encopts.xml [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/qcow2-luks-noopts.json [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/qcow2-luks-noopts.xml [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/qcow2.json [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/qcow2.xml [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/raw-nbd.json [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/raw-nbd.xml [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/raw.json [new file with mode: 0644]
tests/qemublocktestdata/imagecreate/raw.xml [new file with mode: 0644]