From d0428107a9ea77bd0b32fde3832efb574fb8a781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Fern=C3=A1ndez=20Aguilera?= Date: Thu, 1 Aug 2024 17:01:22 +0200 Subject: [PATCH] Reduce yaml files for skip_registration Reduce yaml files for skip_registration Reduce yaml files for skip_registration Reduce yaml files for skip_registration Reduce yaml files for skip_registration Moved from x86_64 default to pvm Added shutdown to manage HDD_PUBLISH Remove trailing spaces Added newline at the end of skip_registration.yaml file Swap to select desktop module Added accept gnome role to skip_registration --- .../yam/test_cases/skip_registration.yaml | 17 ++++++++--- .../skip_registration_pvm.yaml | 30 ------------------- 2 files changed, 13 insertions(+), 34 deletions(-) delete mode 100644 schedule/yast/skip_registration/skip_registration_pvm.yaml diff --git a/schedule/yam/test_cases/skip_registration.yaml b/schedule/yam/test_cases/skip_registration.yaml index 1deae0217e84..da9a32bb9a4b 100644 --- a/schedule/yam/test_cases/skip_registration.yaml +++ b/schedule/yam/test_cases/skip_registration.yaml @@ -1,6 +1,7 @@ --- -name: skip_registration -description: > +name: skip_registration +description: > + Full Medium installation with skipped registration. Skipping registration for SLE 15, as requires network connection. This is default behavior for SLE 12. vars: @@ -13,13 +14,21 @@ schedule: add_on_product: - installation/add_on_product_installation/accept_add_on_installation system_role: - - installation/release_notes_from_url - installation/system_role/accept_selected_role_SLES_with_GNOME + - installation/release_notes_from_url system_preparation: - console/hostname - console/system_prepare - console/force_scheduled_tasks - - shutdown/grub_set_bootargs system_validation: + - console/installation_snapshots + - console/zypper_lr + - console/zypper_ref + - console/ncurses + - update/zypper_up + - console/zypper_lifecycle + - console/orphaned_packages_check + - console/consoletest_finish + - shutdown/grub_set_bootargs - shutdown/cleanup_before_shutdown - shutdown/shutdown diff --git a/schedule/yast/skip_registration/skip_registration_pvm.yaml b/schedule/yast/skip_registration/skip_registration_pvm.yaml deleted file mode 100644 index 8932c53b18fd..000000000000 --- a/schedule/yast/skip_registration/skip_registration_pvm.yaml +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: skip_registration_pvm -description: > - Full Medium installation with skipped registration. On all backends, except - pvm the installation is tested by successful boot into installed system. On - pvm it is validated by default set of smoke tests. The difference in pvm from - test suites on other architectures as it does not publish HDD in the end. -vars: - YUI_REST_API: 1 -schedule: - registration: - - installation/registration/skip_registration - extension_module_selection: - - installation/module_selection/skip_module_selection - add_on_product: - - installation/add_on_product_installation/accept_add_on_installation - system_role: - - installation/system_role/select_role_text_mode - - installation/release_notes_from_url - system_preparation: - - console/system_prepare - system_validation: - - console/installation_snapshots - - console/zypper_lr - - console/zypper_ref - - console/ncurses - - update/zypper_up - - console/zypper_lifecycle - - console/orphaned_packages_check - - console/consoletest_finish