Skip to content

Commit

Permalink
tests/nested/core/core20-fault-inject-on-refresh: disable FDE (#14945)
Browse files Browse the repository at this point in the history
* tests/nested/core/core20-fault-inject-on-refresh: disable FDE

Refresh from store get some kernel that have an old initrd that do not
support FDE installation from new snapd.
  • Loading branch information
valentindavid authored Jan 30, 2025
1 parent 74f68d8 commit 53c5204
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/nested/core/core20-fault-inject-on-refresh/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,15 @@ environment:
FAULT/kernel_reboot_refresh_gadget_assets: reboot
TAG/gadget_reboot_refresh_gadget_assets: refresh-gadget-assets
FAULT/gadget_reboot_refresh_gadget_assets: reboot


# refresh from store might get some kernel that have an old
# initrd. The problem is that a new snapd in seed may require a
# new initrd. For instance when adding a new format of key in FDE.
# TODO: change it to use fakestore, so we can control all the
# snaps we use.
NESTED_ENABLE_SECURE_BOOT: false
NESTED_ENABLE_TPM: false

prepare: |
# automatically cleaned up in restore
echo "Inject a $FAULT on $TAG"
Expand Down

0 comments on commit 53c5204

Please sign in to comment.