summaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-07-16 10:48:39 +0200
committerLennart Poettering <lennart@poettering.net>2024-09-17 10:40:51 +0200
commita37640653cab108bb2cfdcba7e9422cced925e95 (patch)
tree50828cff6981eb5a58bba4c2bcdaf8d46bb035be /test/meson.build
parentdocs: fix typo in filename: REATLIME -> REALTIME (diff)
downloadsystemd-a37640653cab108bb2cfdcba7e9422cced925e95.tar.xz
systemd-a37640653cab108bb2cfdcba7e9422cced925e95.zip
ci: add testcase for multi-profile UKIs
This tests the whole shebang: 1. That ukify can generate them properly 2. That systemd-boot can dissect them properly 3. That systemd-stub can accept profile selection propery 4. That the profile information ends up in /run/systemd/stub/ properly 5. That systemd-measure correctly calculates the expected PCR 11 values for each profile and that we can unlock a public-key bound LUKS volume with it
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index 6acff37508..9d1a069fc9 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -376,6 +376,7 @@ foreach dirname : [
'TEST-83-BTRFS',
'TEST-84-STORAGETM',
'TEST-85-NETWORK',
+ 'TEST-86-MULTI-PROFILE-UKI',
]
subdir(dirname)
endforeach