mirror of
https://github.com/systemd/systemd.git
synced 2025-01-05 13:18:06 +03:00
a37640653c
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
11 lines
290 B
Meson
11 lines
290 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
integration_tests += [
|
|
integration_test_template + {
|
|
'name' : fs.name(meson.current_source_dir()),
|
|
'storage' : 'persistent',
|
|
'vm' : true,
|
|
'firmware' : 'auto',
|
|
},
|
|
]
|