From eda1649752bad70abbaf06f2f78bb820f7e9eb6f Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Wed, 18 Oct 2023 17:23:46 +0200 Subject: [PATCH] qemublocktest: Drop 'sheepdog' and 'vxhs' test cases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Ján Tomko --- 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("\n" " \n" "\n"); - TEST_JSON_FORMAT_NET("\n" - " \n" - "\n"); - TEST_JSON_FORMAT_NET("\n" - " \n" - "\n"); #define TEST_DISK_TO_JSON_FULL(nme, fl) \ do { \