From 436474dd4348d5f12f70d9032d1cc45171b335e7 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 28 Jun 2024 16:22:15 +0200 Subject: [PATCH] TEST-54-CREDS: Use UEFI firmware if available On aarch64, SMBIOS is only available when using UEFI, so let's make sure that the creds test uses UEFI when available so that it can read creds from SMBIOS when running in a virtual machine. --- test/TEST-54-CREDS/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/test/TEST-54-CREDS/meson.build b/test/TEST-54-CREDS/meson.build index 8edb043a512..f725035e3f7 100644 --- a/test/TEST-54-CREDS/meson.build +++ b/test/TEST-54-CREDS/meson.build @@ -27,5 +27,6 @@ integration_tests += [ '-smbios', 'type=11,value=io.systemd.credential.binary:fstab.extra=aW5qZWN0ZWQgL2luamVjdGVkIHRtcGZzIFgtbW91bnQubWtkaXIgMCAwCg==', '-smbios', 'type=11,value=io.systemd.credential:getty.ttys.container=idontexist', ], + 'firmware' : 'auto', }, ] -- 2.47.3