[RFC PATCH 25/43] qemuxml2argvtest: Remove negative test case for 'net-vhostuser-multiq'

Peter Krempa pkrempa at redhat.com
Fri Apr 9 14:57:01 UTC 2021


QEMU_CAPS_VHOSTUSER_MULTIQUEUE is now always enabled, so the negative
case doesn't make sense.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 tests/qemuxml2argvdata/net-vhostuser-multiq.err | 1 -
 tests/qemuxml2argvtest.c                        | 1 -
 2 files changed, 2 deletions(-)
 delete mode 100644 tests/qemuxml2argvdata/net-vhostuser-multiq.err

diff --git a/tests/qemuxml2argvdata/net-vhostuser-multiq.err b/tests/qemuxml2argvdata/net-vhostuser-multiq.err
deleted file mode 100644
index 437112764e..0000000000
--- a/tests/qemuxml2argvdata/net-vhostuser-multiq.err
+++ /dev/null
@@ -1 +0,0 @@
-unsupported configuration: interface 52:54:00:ee:96:6e - multiqueue is not supported for network interfaces of type vhost-user with this QEMU binary
diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c
index 5e17432a37..12508fc51c 100644
--- a/tests/qemuxml2argvtest.c
+++ b/tests/qemuxml2argvtest.c
@@ -1622,7 +1622,6 @@ mymain(void)
     DO_TEST_CAPS_LATEST("net-vhostuser");
     DO_TEST("net-vhostuser-multiq",
             QEMU_CAPS_VHOSTUSER_MULTIQUEUE);
-    DO_TEST_FAILURE("net-vhostuser-multiq", NONE);
     DO_TEST_FAILURE("net-vhostuser-fail",
                     QEMU_CAPS_VHOSTUSER_MULTIQUEUE);
     DO_TEST("net-user", NONE);
-- 
2.30.2




More information about the libvir-list mailing list