From cbf649e9fd24f9bff1d15dd15be0f739ca27e7a2 Mon Sep 17 00:00:00 2001 From: "Huajian.Luo" Date: Tue, 14 Jan 2025 14:14:41 +0800 Subject: [PATCH] Add reconnect_mgmt_console for sles_full_disk_encryption --- .../yam/agama_full_disk_encryption_s390x.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 schedule/yam/agama_full_disk_encryption_s390x.yaml diff --git a/schedule/yam/agama_full_disk_encryption_s390x.yaml b/schedule/yam/agama_full_disk_encryption_s390x.yaml new file mode 100644 index 000000000000..4e9081616c44 --- /dev/null +++ b/schedule/yam/agama_full_disk_encryption_s390x.yaml @@ -0,0 +1,17 @@ +--- +name: agama full disk encryption for s390x +description: > + Perform full disk encryption installation with agama. +schedule: + - yam/agama/boot_agama + - yam/agama/import_agama_profile + - yam/agama/patch_agama_tests + - yam/agama/agama + - boot/reconnect_mgmt_console + - yam/agama/boot_full_disk_encryption + - installation/first_boot + - console/validate_encrypt +test_data: + crypttab: + num_devices_encrypted: 2 + <<: !include test_data/yast/encryption/default_enc_luks2.yaml