From: Daan De Meyer Date: Fri, 28 Jun 2024 14:22:15 +0000 (+0200) Subject: TEST-54-CREDS: Use UEFI firmware if available X-Git-Tag: v257-rc1~1019^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=436474dd4348d5f12f70d9032d1cc45171b335e7;p=thirdparty%2Fsystemd.git 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. --- 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', }, ]