mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
tests: qemuxml2argv: Fix usb-too-long-port-path-invalid
The test case uses DO_TEST_PARSE_FLAGS_ERROR(), but doesn't pass any parse flag. Use DO_TEST_PARSE_ERROR() instead.
This commit is contained in:
parent
fc9cf8d8eb
commit
ba55861afe
@ -2064,9 +2064,9 @@ mymain(void)
|
||||
DO_TEST("master-key", QEMU_CAPS_OBJECT_SECRET);
|
||||
DO_TEST("usb-long-port-path", QEMU_CAPS_CHARDEV, QEMU_CAPS_NODEFCONFIG,
|
||||
QEMU_CAPS_USB_HUB);
|
||||
DO_TEST_PARSE_FLAGS_ERROR("usb-too-long-port-path-invalid",
|
||||
QEMU_CAPS_CHARDEV,
|
||||
QEMU_CAPS_NODEFCONFIG, QEMU_CAPS_USB_HUB);
|
||||
DO_TEST_PARSE_ERROR("usb-too-long-port-path-invalid",
|
||||
QEMU_CAPS_CHARDEV,
|
||||
QEMU_CAPS_NODEFCONFIG, QEMU_CAPS_USB_HUB);
|
||||
|
||||
DO_TEST("acpi-table", NONE);
|
||||
DO_TEST("intel-iommu", QEMU_CAPS_DEVICE_PCI_BRIDGE,
|
||||
|
Loading…
Reference in New Issue
Block a user