Skip to content

Commit

Permalink
tests/nested/manual/recovery-system-reboot: disable disk encryption
Browse files Browse the repository at this point in the history
This a temporary measure since pc-kernel in store does not have a
fresh enough snap-bootstrap.
  • Loading branch information
valentindavid committed Feb 4, 2025
1 parent 52d3636 commit 1674698
Showing 1 changed file with 9 additions and 2 deletions.
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

0 comments on commit 1674698

Please sign in to comment.