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:
Peter Krempa 2022-10-20 14:50:21 +02:00
parent ab9beff6b8
commit 640448cc14
3 changed files with 1 additions and 1 deletions

View 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 { \