mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
tests: qemuxml2argv: fix expected type for usb-bus-missing
The guest of usb-bus-missing does not cause a parse error, but a
validation issue -- hence, switch from DO_TEST_PARSE_ERROR to
DO_TEST_FAILURE.
Fixes commit b003b9781b
.
Signed-off-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
parent
4c71b0ee7c
commit
4673999d0f
@ -1402,7 +1402,7 @@ mymain(void)
|
||||
DO_TEST("usb-port-missing",
|
||||
QEMU_CAPS_USB_HUB,
|
||||
QEMU_CAPS_NODEFCONFIG);
|
||||
DO_TEST_PARSE_ERROR("usb-bus-missing",
|
||||
DO_TEST_FAILURE("usb-bus-missing",
|
||||
QEMU_CAPS_USB_HUB,
|
||||
QEMU_CAPS_NODEFCONFIG);
|
||||
DO_TEST("usb-ports",
|
||||
|
Loading…
Reference in New Issue
Block a user