]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemublocktest: Mark 'network-ssh-qcow2' input XML as invalid
authorPeter Krempa <pkrempa@redhat.com>
Thu, 20 Oct 2022 12:50:21 +0000 (14:50 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 2 Nov 2022 08:26:03 +0000 (09:26 +0100)
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>
tests/qemublocktest.c
tests/qemublocktestdata/imagecreate/network-ssh-qcow2-invalid.json [moved from tests/qemublocktestdata/imagecreate/network-ssh-qcow2.json with 100% similarity]
tests/qemublocktestdata/imagecreate/network-ssh-qcow2-invalid.xml [moved from tests/qemublocktestdata/imagecreate/network-ssh-qcow2.xml with 100% similarity]

index 1c1013d4d9df13437e4997b0eae569107ed6a36e..010b52f4b3d58323b3e1848b70ec5bf9b4aa2ad1 100644 (file)
@@ -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 { \