On a Tuesday in 2022, Peter Krempa wrote:
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(a)redhat.com>
---
tests/qemublocktest.c | 2 +-
.../{network-ssh-qcow2.json => network-ssh-qcow2-invalid.json} | 0
.../{network-ssh-qcow2.xml => network-ssh-qcow2-invalid.xml} | 0
3 files changed, 1 insertion(+), 1 deletion(-)
rename tests/qemublocktestdata/imagecreate/{network-ssh-qcow2.json =>
network-ssh-qcow2-invalid.json} (100%)
rename tests/qemublocktestdata/imagecreate/{network-ssh-qcow2.xml =>
network-ssh-qcow2-invalid.xml} (100%)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano