Skip to content

Commit

Permalink
Add Agama interactive installation for encrypted LVM
Browse files Browse the repository at this point in the history
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
okynos committed Jan 23, 2025
1 parent 7010ad5 commit e5316f2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
17 changes: 17 additions & 0 deletions schedule/yam/agama_cryptlvm.yaml
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
18 changes: 18 additions & 0 deletions schedule/yam/agama_cryptlvm_s390x.yaml
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

0 comments on commit e5316f2

Please sign in to comment.