Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/nested/manual/recovery-system-reboot: disable disk encryption #15025

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions tests/nested/manual/recovery-system-reboot/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ systems: [ubuntu-22.04-64, ubuntu-24.04-64]

environment:
NESTED_CUSTOM_MODEL: $TESTSLIB/assertions/test-snapd-recovery-system-pc-{VERSION}.model
NESTED_ENABLE_TPM: true
NESTED_ENABLE_SECURE_BOOT: true
# FIXME: we should use NESTED_BUILD_SNAPD_FROM_CURRENT=true with
# NESTED_REPACK_KERNEL_SNAP=false and enable encryption. For now we
# disable it until since snap-bootstrap will not be new enough in
# the store. A more robust approach is to use the fakestore to
# provide/sign a repacked kernel.
# NESTED_ENABLE_TPM: true
# NESTED_ENABLE_SECURE_BOOT: true
NESTED_ENABLE_TPM: false
NESTED_ENABLE_SECURE_BOOT: false
NESTED_BUILD_SNAPD_FROM_CURRENT: true
NESTED_REPACK_GADGET_SNAP: false
NESTED_REPACK_KERNEL_SNAP: false
Expand Down
Loading