From 84e593ff66976d7161d2bd3bd4ec0b71dcf0f7a6 Mon Sep 17 00:00:00 2001 From: "Huajian.Luo" Date: Tue, 13 Aug 2024 17:11:09 +0800 Subject: [PATCH] Reduce yaml files for test suite lvm --- .../lvm_sle.yaml => yam/test_cases/lvm.yaml} | 6 +---- schedule/yast/lvm/lvm_sle_aarch64.yaml | 27 ------------------- schedule/yast/lvm/lvm_sle_spvm.yaml | 22 --------------- schedule/yast/lvm/lvm_sle_x86_64.yaml | 25 ----------------- 4 files changed, 1 insertion(+), 79 deletions(-) rename schedule/{yast/lvm/lvm_sle.yaml => yam/test_cases/lvm.yaml} (84%) delete mode 100644 schedule/yast/lvm/lvm_sle_aarch64.yaml delete mode 100644 schedule/yast/lvm/lvm_sle_spvm.yaml delete mode 100644 schedule/yast/lvm/lvm_sle_x86_64.yaml diff --git a/schedule/yast/lvm/lvm_sle.yaml b/schedule/yam/test_cases/lvm.yaml similarity index 84% rename from schedule/yast/lvm/lvm_sle.yaml rename to schedule/yam/test_cases/lvm.yaml index 2b99965f8c13..4213fd94da57 100644 --- a/schedule/yast/lvm/lvm_sle.yaml +++ b/schedule/yam/test_cases/lvm.yaml @@ -3,11 +3,7 @@ description: > Conduct installation with LVM selected during installation using guided setup. In comparison to SLE 12 we register the installation and have system roles wizard screen. -name: cryptlvm -vars: - LVM: '1' - OPT_KERNEL_PARAMS: console=%SERIALDEV% VNCSize=1024x768 - YUI_REST_API: 1 +name: lvm schedule: guided_partitioning: - installation/partitioning/select_guided_setup diff --git a/schedule/yast/lvm/lvm_sle_aarch64.yaml b/schedule/yast/lvm/lvm_sle_aarch64.yaml deleted file mode 100644 index 9052b7a72027..000000000000 --- a/schedule/yast/lvm/lvm_sle_aarch64.yaml +++ /dev/null @@ -1,27 +0,0 @@ ---- -description: > - Conduct installation with LVM selected during installation using guided setup. - In comparison to SLE 12 we register the installation and have system roles - wizard screen. -name: cryptlvm -vars: - DESKTOP: textmode - LVM: '1' - MAX_JOB_TIME: '14400' - OPT_KERNEL_PARAMS: console=%SERIALDEV% VNCSize=1024x768 - YUI_REST_API: 1 -schedule: - guided_partitioning: - - installation/partitioning/select_guided_setup - - installation/partitioning/guided_setup/enable_lvm - - installation/partitioning/guided_setup/accept_default_fs_options - software: - - installation/installation_settings/validate_default_target - system_preparation: - - console/system_prepare - system_validation: - - console/validate_lvm - - console/zypper_lr - - console/zypper_ref - - console/zypper_in - - console/firewall_enabled diff --git a/schedule/yast/lvm/lvm_sle_spvm.yaml b/schedule/yast/lvm/lvm_sle_spvm.yaml deleted file mode 100644 index f596f58c1035..000000000000 --- a/schedule/yast/lvm/lvm_sle_spvm.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- -description: > - Conduct installation with LVM selected during installation using guided setup. - For spvm we have to disable plymouth, so edit_optional_kernel_cmd_parameters - module is scheduled and OPT_KERNEL_PARAMS variable is set. Also, as of now - spvm backend doesn't support x11 tests, hence use textmode. In comparison to - SLE 12 we register the installation and have system roles wizard screen. -name: lvm -vars: - DESKTOP: textmode - MAX_JOB_TIME: '14400' - YUI_REST_API: 1 -schedule: - guided_partitioning: - - installation/partitioning/select_guided_setup - - installation/partitioning/guided_setup/enable_lvm - - installation/partitioning/guided_setup/accept_default_fs_options - first_login: - - installation/boot_encrypt - - installation/first_boot - system_validation: - - console/validate_lvm diff --git a/schedule/yast/lvm/lvm_sle_x86_64.yaml b/schedule/yast/lvm/lvm_sle_x86_64.yaml deleted file mode 100644 index fb7da0591ed0..000000000000 --- a/schedule/yast/lvm/lvm_sle_x86_64.yaml +++ /dev/null @@ -1,25 +0,0 @@ ---- -description: > - Conduct installation with LVM selected during installation using guided setup. - In comparison to SLE 12 we register the installation and have system roles - wizard screen. -name: cryptlvm -vars: - DESKTOP: textmode - LVM: '1' - MAX_JOB_TIME: '14400' - OPT_KERNEL_PARAMS: console=%SERIALDEV% VNCSize=1024x768 - YUI_REST_API: 1 -schedule: - guided_partitioning: - - installation/partitioning/select_guided_setup - - installation/partitioning/guided_setup/enable_lvm - - installation/partitioning/guided_setup/accept_default_fs_options - system_preparation: - - console/system_prepare - system_validation: - - console/validate_lvm - - console/zypper_lr - - console/zypper_ref - - console/zypper_in - - console/firewall_enabled