]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Enable qemuxml2xml for more firmware tests
authorAndrea Bolognani <abologna@redhat.com>
Wed, 8 Feb 2023 18:15:55 +0000 (19:15 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 3 Mar 2023 12:40:48 +0000 (13:40 +0100)
commit54f90a825e24254773aebe6632aae765e153dd9c
tree668b1704233798ad69a7182837c0c329815c3913
parent1fa20cd87cafeaf4707c904886538a1678c5565e
tests: Enable qemuxml2xml for more firmware tests

Some of the test cases had only been added to the xml2argv
test program and not to the xml2xml one.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
13 files changed:
tests/qemuxml2xmloutdata/firmware-auto-efi-stateless.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/firmware-manual-efi-acpi-aarch64.aarch64-latest.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/firmware-manual-efi-acpi-q35.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/firmware-manual-efi-noacpi-aarch64.aarch64-latest.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/firmware-manual-efi-nvram-template.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/firmware-manual-efi-rw-implicit.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/firmware-manual-efi-rw.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/firmware-manual-efi-secure.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/firmware-manual-efi-stateless.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/firmware-manual-noefi-acpi-q35.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/firmware-manual-noefi-noacpi-aarch64.aarch64-latest.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/firmware-manual-noefi-noacpi-q35.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c