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/core/core20-fault-inject-on-refresh: disable FDE #14945

Open
wants to merge 3 commits into
base: fde-manager-features
Choose a base branch
from
Open
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
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
Loading