summaryrefslogtreecommitdiffstats
path: root/test/TEST-70-TPM2
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-06-28 15:28:16 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-06-28 15:47:33 +0200
commit98f2a332cb1a3efc3b2e8a5914a895a0a051bda4 (patch)
treed19205ba4dbfdd38391c76854a5fc0ccd8c37bfe /test/TEST-70-TPM2
parentTEST-45-TIMEDATE: Use syslog identifier journalctl match (diff)
downloadsystemd-98f2a332cb1a3efc3b2e8a5914a895a0a051bda4.tar.xz
systemd-98f2a332cb1a3efc3b2e8a5914a895a0a051bda4.zip
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.
Diffstat (limited to 'test/TEST-70-TPM2')
-rw-r--r--test/TEST-70-TPM2/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-70-TPM2/meson.build b/test/TEST-70-TPM2/meson.build
index d84c2b7838..88368646b4 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',
},
]