diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-06-28 15:28:16 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-06-28 15:47:33 +0200 |
commit | 98f2a332cb1a3efc3b2e8a5914a895a0a051bda4 (patch) | |
tree | d19205ba4dbfdd38391c76854a5fc0ccd8c37bfe /test/TEST-70-TPM2 | |
parent | TEST-45-TIMEDATE: Use syslog identifier journalctl match (diff) | |
download | systemd-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.build | 1 |
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', }, ] |