mirror of https://gitee.com/openkylin/libvirt.git
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>
This commit is contained in:
parent
ab9beff6b8
commit
640448cc14
|
@ -1211,7 +1211,7 @@ mymain(void)
|
|||
|
||||
TEST_IMAGE_CREATE("network-gluster-qcow2", NULL);
|
||||
TEST_IMAGE_CREATE("network-rbd-qcow2", NULL);
|
||||
TEST_IMAGE_CREATE("network-ssh-qcow2", NULL);
|
||||
TEST_IMAGE_CREATE("network-ssh-qcow2-invalid", NULL);
|
||||
|
||||
#define TEST_BITMAP_DETECT(testname) \
|
||||
do { \
|
||||
|
|
Loading…
Reference in New Issue