From 98f2a332cb1a3efc3b2e8a5914a895a0a051bda4 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 28 Jun 2024 15:28:16 +0200 Subject: [PATCH] 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. --- test/TEST-70-TPM2/meson.build | 1 + 1 file changed, 1 insertion(+) 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', }, ] -- 2.47.3