]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: Rename firmware-manual-efi-rw* tests
authorAndrea Bolognani <abologna@redhat.com>
Thu, 26 Jan 2023 14:23:38 +0000 (15:23 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 3 Mar 2023 12:40:29 +0000 (13:40 +0100)
These test cases deal with EFI, not BIOS.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/qemuxml2argvdata/firmware-manual-efi-rw-implicit.x86_64-latest.args [moved from tests/qemuxml2argvdata/firmware-manual-bios-rw-implicit.x86_64-latest.args with 100% similarity]
tests/qemuxml2argvdata/firmware-manual-efi-rw-implicit.xml [moved from tests/qemuxml2argvdata/firmware-manual-bios-rw-implicit.xml with 100% similarity]
tests/qemuxml2argvdata/firmware-manual-efi-rw.x86_64-latest.args [moved from tests/qemuxml2argvdata/firmware-manual-bios-rw.x86_64-latest.args with 100% similarity]
tests/qemuxml2argvdata/firmware-manual-efi-rw.xml [moved from tests/qemuxml2argvdata/firmware-manual-bios-rw.xml with 100% similarity]
tests/qemuxml2argvtest.c

index 5a33c336c8558d9039a93400949d5dfd7e84ed3e..98c67d72e2cdaa1a28915ac924fe0ccdad3e45cf 100644 (file)
@@ -1129,8 +1129,8 @@ mymain(void)
     DO_TEST_NOCAPS("firmware-manual-efi");
     DO_TEST_PARSE_ERROR_NOCAPS("firmware-manual-efi-no-path");
     DO_TEST_CAPS_LATEST_PARSE_ERROR("firmware-manual-efi-features");
-    DO_TEST_CAPS_LATEST("firmware-manual-bios-rw");
-    DO_TEST_CAPS_LATEST("firmware-manual-bios-rw-implicit");
+    DO_TEST_CAPS_LATEST("firmware-manual-efi-rw");
+    DO_TEST_CAPS_LATEST("firmware-manual-efi-rw-implicit");
     DO_TEST("firmware-manual-efi-secure",
             QEMU_CAPS_DEVICE_DMI_TO_PCI_BRIDGE,
             QEMU_CAPS_DEVICE_PCI_BRIDGE,