Skip to content

Commit

Permalink
tests/nested/manual/remodel-uc20-to-uc22: remove encrypted case
Browse files Browse the repository at this point in the history
The encrypted case is more complex and is covered in
tests/nested/manual/remodel-uc-to-next-version-fakestore
  • Loading branch information
valentindavid authored and pedronis committed Feb 4, 2025
1 parent 5f0d238 commit 6396453
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions tests/nested/manual/remodel-uc20-to-uc22/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@ details: |
systems: [ubuntu-20.04-64]

environment:
# encrypted case
NESTED_ENABLE_TPM/encrypted: true
NESTED_ENABLE_SECURE_BOOT/encrypted: true
SAVE_PART_LABEL/encrypted: ubuntu-save-enc
# unencrypted case
NESTED_ENABLE_TPM/notencrypted: false
NESTED_ENABLE_SECURE_BOOT/notencrypted: false
SAVE_PART_LABEL/notencrypted: ubuntu-save
NESTED_ENABLE_TPM: false
NESTED_ENABLE_SECURE_BOOT: false
SAVE_PART_LABEL: ubuntu-save
# needed to use snakeoil keys
NESTED_BUILD_SNAPD_FROM_CURRENT: true

Expand Down

0 comments on commit 6396453

Please sign in to comment.