mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
qemuxml2conftest: Consolidate usb controller tests for 'pseries' machine
Move the test invocation and rename the test files according to the pattern. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
3990ee20c9
commit
c47e60fda9
@ -1851,6 +1851,8 @@ mymain(void)
|
|||||||
DO_TEST_CAPS_LATEST_PARSE_ERROR("usb-controller-default-isapc");
|
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-i440fx");
|
||||||
DO_TEST_CAPS_LATEST("usb-controller-default-q35");
|
DO_TEST_CAPS_LATEST("usb-controller-default-q35");
|
||||||
|
DO_TEST_CAPS_ARCH_LATEST("usb-controller-default-pseries", "ppc64");
|
||||||
|
DO_TEST_CAPS_ARCH_LATEST_ABI_UPDATE("usb-controller-default-pseries", "ppc64");
|
||||||
/* i440fx downgrades to use '-usb' if the explicit controller is not present */
|
/* i440fx downgrades to use '-usb' if the explicit controller is not present */
|
||||||
DO_TEST_FULL("usb-controller-default-unavailable-i440fx", ".x86_64-latest",
|
DO_TEST_FULL("usb-controller-default-unavailable-i440fx", ".x86_64-latest",
|
||||||
ARG_CAPS_ARCH, "x86_64",
|
ARG_CAPS_ARCH, "x86_64",
|
||||||
@ -2648,9 +2650,6 @@ mymain(void)
|
|||||||
|
|
||||||
DO_TEST_CAPS_LATEST("input-linux");
|
DO_TEST_CAPS_LATEST("input-linux");
|
||||||
|
|
||||||
DO_TEST_CAPS_ARCH_LATEST("ppc64-usb-controller", "ppc64");
|
|
||||||
DO_TEST_CAPS_ARCH_LATEST_ABI_UPDATE("ppc64-usb-controller", "ppc64");
|
|
||||||
|
|
||||||
DO_TEST_CAPS_ARCH_LATEST_PARSE_ERROR("ppc64-tpmproxy-double", "ppc64");
|
DO_TEST_CAPS_ARCH_LATEST_PARSE_ERROR("ppc64-tpmproxy-double", "ppc64");
|
||||||
DO_TEST_CAPS_ARCH_LATEST_PARSE_ERROR("ppc64-tpm-double", "ppc64");
|
DO_TEST_CAPS_ARCH_LATEST_PARSE_ERROR("ppc64-tpm-double", "ppc64");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user