]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add tests for USB address assignment
authorJán Tomko <jtomko@redhat.com>
Mon, 18 Jul 2016 15:16:33 +0000 (17:16 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 21 Jul 2016 06:30:26 +0000 (08:30 +0200)
commit69f5ce45abd587509d4b5df2428ead79737b6b77
treec0bdf3f189c0073fae60bf3a37f9ed049dbfbbee
parentddd31fd7dce3ffaf07d31502c57e1ca940f454fa
Add tests for USB address assignment

Introduce tests with the ich9, xhci and the default (piix3) usb
controller to demonstrate the effect of the next patch.
tests/qemuxml2argvdata/qemuxml2argv-usb-ich9-autoassign.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-usb-ich9-autoassign.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-usb-port-autoassign.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-usb-port-autoassign.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-usb-xhci-autoassign.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-usb-xhci-autoassign.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c