Skip to content

Commit

Permalink
tests: use encrypted installation for cases with optional snaps and c…
Browse files Browse the repository at this point in the history
…omponents
  • Loading branch information
andrewphelpsj committed Sep 4, 2024
1 parent 323c134 commit 5afd742
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions tests/nested/manual/muinstaller-core/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,15 @@ details: |
systems: [ubuntu-22.04-64, ubuntu-24.04-64]

environment:
# Test both encrypted and unencrypted install using the muinstaller
NESTED_ENABLE_TPM/encrypted: true
NESTED_ENABLE_SECURE_BOOT/encrypted: true
# default (encrypted) case. all of the install_optional_* variants exercise
# the encrypted case
NESTED_ENABLE_TPM: true
NESTED_ENABLE_SECURE_BOOT: true

# unencrypted case
NESTED_ENABLE_TPM/plain: false
NESTED_ENABLE_SECURE_BOOT/plain: false

# default (unencrypted) case
NESTED_ENABLE_TPM: false
NESTED_ENABLE_SECURE_BOOT: false

# ensure we use our latest code
NESTED_BUILD_SNAPD_FROM_CURRENT: true
NESTED_REPACK_KERNEL_SNAP: true
Expand Down

0 comments on commit 5afd742

Please sign in to comment.