-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Agama interactive installation for encrypted LVM
Added first steps of cryptlvm test Moved cryptlvm schedule Changed encrypted booting Added required steps Removed boot_encrypt step Changed number of devices Added s390x schedule
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: agama_cryptlvm | ||
description: > | ||
Playwright use encrypted lvm test on agama | ||
schedule: | ||
- yam/agama/boot_agama | ||
- yam/agama/import_agama_profile | ||
- yam/agama/patch_agama_tests | ||
- yam/agama/agama | ||
- installation/grub_test | ||
- installation/first_boot | ||
- console/validate_lvm | ||
- console/validate_encrypt | ||
test_data: | ||
crypttab: | ||
num_devices_encrypted: 1 | ||
<<: !include test_data/yast/encryption/default_enc_luks2.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: agama_cryptlvm | ||
description: > | ||
Playwright use encrypted lvm test on agama | ||
schedule: | ||
- yam/agama/boot_agama | ||
- yam/agama/import_agama_profile | ||
- yam/agama/patch_agama_tests | ||
- yam/agama/agama | ||
- boot/reconnect_mgmt_console | ||
- installation/grub_test | ||
- installation/first_boot | ||
- console/validate_lvm | ||
- console/validate_encrypt | ||
test_data: | ||
crypttab: | ||
num_devices_encrypted: 1 | ||
<<: !include test_data/yast/encryption/default_enc_luks2.yaml |