From: Peter Krempa Date: Fri, 1 Dec 2023 15:12:42 +0000 (+0100) Subject: qemuxml2argvdata: Move 'smbios-multiple-type2' case to genericxml2xmltest X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2b9875d766659258ff459a52c178b303048b3f6e;p=libvirt.git qemuxml2argvdata: Move 'smbios-multiple-type2' case to genericxml2xmltest The qemu driver explicitly rejects such configuration, thus this is just a generic XML2XML test case. Move it. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- diff --git a/tests/genericxml2xmlindata/smbios-multiple-type2.xml b/tests/genericxml2xmlindata/smbios-multiple-type2.xml new file mode 100644 index 0000000000..275f7631b3 --- /dev/null +++ b/tests/genericxml2xmlindata/smbios-multiple-type2.xml @@ -0,0 +1,60 @@ + + QEMUGuest1 + c7a5fdbd-edaf-9455-926a-d65c16db1809 + 219100 + 219100 + 1 + + + LENOVO + 6FET82WW (3.12 ) + + + Fedora + Virt-Manager + 0.8.2-3.fc14 + 32dfcb37-5af1-552b-357c-be8c3aa38310 + c7a5fdbd-edaf-9455-926a-d65c16db1809 + 1234567890 + Red Hat + + + Hewlett-Packard + 0B4Ch + D + CZC1065993 + CZC1065993 + Upside down + + + Lenovo + 20BE0061MC + 0B98401 Pro + W1KS427111E + Not Available + + + + hvm + + + + + destroy + restart + destroy + + /usr/bin/qemu-system-x86_64 + + + +
+ + + + + + + + + diff --git a/tests/genericxml2xmltest.c b/tests/genericxml2xmltest.c index 3cf9bd8159..6025054876 100644 --- a/tests/genericxml2xmltest.c +++ b/tests/genericxml2xmltest.c @@ -216,6 +216,8 @@ mymain(void) DO_TEST_FAIL_INACTIVE("memorytune-colliding-allocs"); DO_TEST_FAIL_INACTIVE("memorytune-colliding-cachetune"); + DO_TEST("smbios-multiple-type2"); + DO_TEST("tseg"); DO_TEST("launch-security-sev"); diff --git a/tests/qemuxml2argvdata/smbios-multiple-type2.xml b/tests/qemuxml2argvdata/smbios-multiple-type2.xml deleted file mode 100644 index 275f7631b3..0000000000 --- a/tests/qemuxml2argvdata/smbios-multiple-type2.xml +++ /dev/null @@ -1,60 +0,0 @@ - - QEMUGuest1 - c7a5fdbd-edaf-9455-926a-d65c16db1809 - 219100 - 219100 - 1 - - - LENOVO - 6FET82WW (3.12 ) - - - Fedora - Virt-Manager - 0.8.2-3.fc14 - 32dfcb37-5af1-552b-357c-be8c3aa38310 - c7a5fdbd-edaf-9455-926a-d65c16db1809 - 1234567890 - Red Hat - - - Hewlett-Packard - 0B4Ch - D - CZC1065993 - CZC1065993 - Upside down - - - Lenovo - 20BE0061MC - 0B98401 Pro - W1KS427111E - Not Available - - - - hvm - - - - - destroy - restart - destroy - - /usr/bin/qemu-system-x86_64 - - - -
- - - - - - - - - diff --git a/tests/qemuxml2xmloutdata/smbios-multiple-type2.x86_64-latest.xml b/tests/qemuxml2xmloutdata/smbios-multiple-type2.x86_64-latest.xml deleted file mode 100644 index dba587b330..0000000000 --- a/tests/qemuxml2xmloutdata/smbios-multiple-type2.x86_64-latest.xml +++ /dev/null @@ -1,71 +0,0 @@ - - QEMUGuest1 - c7a5fdbd-edaf-9455-926a-d65c16db1809 - 219100 - 219100 - 1 - - - LENOVO - 6FET82WW (3.12 ) - - - Fedora - Virt-Manager - 0.8.2-3.fc14 - 32dfcb37-5af1-552b-357c-be8c3aa38310 - c7a5fdbd-edaf-9455-926a-d65c16db1809 - 1234567890 - Red Hat - - - Hewlett-Packard - 0B4Ch - D - CZC1065993 - CZC1065993 - Upside down - - - Lenovo - 20BE0061MC - 0B98401 Pro - W1KS427111E - Not Available - - - - hvm - - - - - qemu64 - - - destroy - restart - destroy - - /usr/bin/qemu-system-x86_64 - - - - -
- - -
- - -
- - - - -