]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemublocktest: Drop 'sheepdog' and 'vxhs' test cases
authorPeter Krempa <pkrempa@redhat.com>
Wed, 18 Oct 2023 15:23:46 +0000 (17:23 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 27 Oct 2023 13:04:20 +0000 (15:04 +0200)
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@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemublocktest.c

index ce76150200c66f1a14e282c240ac8923edeedaa6..a89dddf002a90f04ea4f8e6f5c194f8ace80d845 100644 (file)
@@ -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 { \