From: Daan De Meyer Date: Fri, 28 Jun 2024 13:28:16 +0000 (+0200) Subject: TEST-70-TPM2: Use UEFI firmware if available X-Git-Tag: v257-rc1~1019^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98f2a332cb1a3efc3b2e8a5914a895a0a051bda4;p=thirdparty%2Fsystemd.git TEST-70-TPM2: Use UEFI firmware if available On x86 this doesn't matter but on aarch64 we need to make sure UEFI is used so that /sys/kernel/security/tpm0/binary_bios_measurements is there which is required for TEST-70-TPM2. --- diff --git a/test/TEST-70-TPM2/meson.build b/test/TEST-70-TPM2/meson.build index d84c2b78382..88368646b4d 100644 --- a/test/TEST-70-TPM2/meson.build +++ b/test/TEST-70-TPM2/meson.build @@ -8,5 +8,6 @@ integration_tests += [ 'after' : '@0@ tpm2.target'.format(integration_test_template['configuration']['after']), }, 'vm' : true, + 'firmware' : 'auto', }, ]