]> www.infradead.org Git - qemu-nvme.git/commit
tests/qtest/usb-hcd-uhci-test: Skip test if UHCI controller is not available
authorThomas Huth <thuth@redhat.com>
Thu, 11 May 2023 11:59:00 +0000 (13:59 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 22 May 2023 07:44:48 +0000 (09:44 +0200)
commit9b76fc5a71689d06d219fc9662ac43a64469d08a
treeed9c016fb6740b8c2abe0332e0ed651f21c14410
parent335da81152357114b5d5dbfebb680a886b78fe0a
tests/qtest/usb-hcd-uhci-test: Skip test if UHCI controller is not available

The test is already fenced with CONFIG_USB_UHCI in meson.build, but in
case we build the ppc or mips targets in parallel, this config switch
is still set in "config_all_devices" and thus the test is still run.
Thus we need an explicit additional check here before adding the tests
to the test plan.

Message-Id: <20230512124033.502654-13-thuth@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/usb-hcd-uhci-test.c