]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TEST-54-CREDS: Use UEFI firmware if available 33518/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 28 Jun 2024 14:22:15 +0000 (16:22 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 28 Jun 2024 14:23:27 +0000 (16:23 +0200)
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

index 8edb043a512623244b30a551e6f7c8b1ab2d95b9..f725035e3f774b0a8126b6a0075ac03b0e6daa39 100644 (file)
@@ -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',
         },
 ]