QEMU deprecated and removed support for those protocols, but due to a
logic bug in the tests it was not caught. Remove the test cases first.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
tests/qemublocktest.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/tests/qemublocktest.c b/tests/qemublocktest.c
index ce76150200..a89dddf002 100644
--- a/tests/qemublocktest.c
+++ b/tests/qemublocktest.c
@@ -1084,12 +1084,6 @@ mymain(void)
TEST_JSON_FORMAT_NET("<source protocol='iscsi'
name='iqn.2016-12.com.virttest:emulated-iscsi-noauth.target/6'>\n"
" <host name='test.org'
port='1234'/>\n"
"</source>\n");
- TEST_JSON_FORMAT_NET("<source protocol='sheepdog'
name='test'>\n"
- " <host name='example.com'
port='321'/>\n"
- "</source>\n");
- TEST_JSON_FORMAT_NET("<source protocol='vxhs'
name='c6718f6b-0401-441d-a8c3-1f0064d75ee0'>\n"
- " <host name='example.com'
port='9999'/>\n"
- "</source>\n");
#define TEST_DISK_TO_JSON_FULL(nme, fl) \
do { \
--
2.41.0