summaryrefslogtreecommitdiff
path: root/tests/qemusecuritytest.c
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2022-06-09 15:54:36 +0200
committerAndrea Bolognani <abologna@redhat.com>2022-07-01 15:10:10 +0200
commitf29a8bcef1dd9bdeb1b2819dd73b8e94cd833634 (patch)
tree13f7c57ae7ab94af4564bc721db94cdfe47a0386 /tests/qemusecuritytest.c
parentacb8733924e2f330e3774de9ab21fc2eee3534fb (diff)
downloadlibvirt-f29a8bcef1dd9bdeb1b2819dd73b8e94cd833634.tar.gz
tests: Rename and reorganize firmware tests
Group all tests related to firmware selection together and give them consistent names that leave room for further tests to be added in an upcoming commit. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'tests/qemusecuritytest.c')
-rw-r--r--tests/qemusecuritytest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/qemusecuritytest.c b/tests/qemusecuritytest.c
index 4e2343b7d7..0596783b6c 100644
--- a/tests/qemusecuritytest.c
+++ b/tests/qemusecuritytest.c
@@ -237,9 +237,9 @@ mymain(void)
DO_TEST_DOMAIN("memory-hotplug-nvdimm-pmem");
DO_TEST_DOMAIN("memory-hotplug-nvdimm-readonly");
DO_TEST_DOMAIN("net-vhostuser");
- DO_TEST_DOMAIN("os-firmware-bios");
- DO_TEST_DOMAIN("os-firmware-efi");
- DO_TEST_DOMAIN("os-firmware-efi-secboot");
+ DO_TEST_DOMAIN("firmware-auto-bios");
+ DO_TEST_DOMAIN("firmware-auto-efi");
+ DO_TEST_DOMAIN("firmware-auto-efi-loader-secure");
DO_TEST_DOMAIN("pci-bridge-many-disks");
DO_TEST_DOMAIN("tseg-explicit-size");
DO_TEST_DOMAIN("usb-redir-unix");