]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: Rename usb-controller-implicit-*
authorAndrea Bolognani <abologna@redhat.com>
Tue, 5 Aug 2025 14:59:14 +0000 (16:59 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 6 Oct 2025 09:15:18 +0000 (11:15 +0200)
To usb-controller-automatic-*.

This matches the existing q35 test, and in general makes more
sense as a name since these tests are providing coverage for
USB controllers getting automatically added by libvirt for new
domains, rather than implicit (i.e. built-in, non-removable)
devices.

Note that, in the case of physical i440fx machines, the USB
controller is actually part of the chipset and would thus
qualify as implicit; the corresponding QEMU machine type,
however, allows for it to be removed, so the new name is still
more appropriate when discussing virtual hardware.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxmlconfdata/usb-controller-automatic-i440fx.x86_64-latest.args [moved from tests/qemuxmlconfdata/usb-controller-implicit-i440fx.x86_64-latest.args with 100% similarity]
tests/qemuxmlconfdata/usb-controller-automatic-i440fx.x86_64-latest.xml [moved from tests/qemuxmlconfdata/usb-controller-implicit-i440fx.x86_64-latest.xml with 100% similarity]
tests/qemuxmlconfdata/usb-controller-automatic-i440fx.xml [moved from tests/qemuxmlconfdata/usb-controller-implicit-i440fx.xml with 100% similarity]
tests/qemuxmlconfdata/usb-controller-automatic-isapc.x86_64-latest.args [moved from tests/qemuxmlconfdata/usb-controller-implicit-isapc.x86_64-latest.args with 100% similarity]
tests/qemuxmlconfdata/usb-controller-automatic-isapc.x86_64-latest.xml [moved from tests/qemuxmlconfdata/usb-controller-implicit-isapc.x86_64-latest.xml with 100% similarity]
tests/qemuxmlconfdata/usb-controller-automatic-isapc.xml [moved from tests/qemuxmlconfdata/usb-controller-implicit-isapc.xml with 100% similarity]
tests/qemuxmlconfdata/usb-controller-automatic-q35.x86_64-latest.args [moved from tests/qemuxmlconfdata/usb-controller-implicit-q35.x86_64-latest.args with 100% similarity]
tests/qemuxmlconfdata/usb-controller-automatic-q35.x86_64-latest.xml [moved from tests/qemuxmlconfdata/usb-controller-implicit-q35.x86_64-latest.xml with 100% similarity]
tests/qemuxmlconfdata/usb-controller-automatic-q35.xml [moved from tests/qemuxmlconfdata/usb-controller-implicit-q35.xml with 100% similarity]
tests/qemuxmlconftest.c

index d17e1d046498c8ed990486c78fceab6ece6e0325..c9dccda7d891f31f9b76cc7ffdd1338d4ba44ac3 100644 (file)
@@ -2074,9 +2074,9 @@ mymain(void)
     DO_TEST_CAPS_LATEST_PARSE_ERROR("chardev-reconnect-invalid-timeout");
     DO_TEST_CAPS_LATEST_PARSE_ERROR("chardev-reconnect-generated-path");
 
-    DO_TEST_CAPS_LATEST("usb-controller-implicit-isapc");
-    DO_TEST_CAPS_LATEST("usb-controller-implicit-i440fx");
-    DO_TEST_CAPS_LATEST("usb-controller-implicit-q35");
+    DO_TEST_CAPS_LATEST("usb-controller-automatic-isapc");
+    DO_TEST_CAPS_LATEST("usb-controller-automatic-i440fx");
+    DO_TEST_CAPS_LATEST("usb-controller-automatic-q35");
     DO_TEST_CAPS_LATEST_PARSE_ERROR("usb-controller-default-isapc");
     DO_TEST_CAPS_LATEST("usb-controller-default-i440fx");
     DO_TEST_CAPS_LATEST("usb-controller-default-q35");