mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
qemuxml2argvtest: Remove negative test case for 'net-vhostuser-multiq'
QEMU_CAPS_VHOSTUSER_MULTIQUEUE is now always enabled, so the negative case doesn't make sense. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
999f444a09
commit
0a80d4f6e7
@ -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
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user