action #96813
closedcoordination #93668: [epic] Redesign Installation test modules
Leave only one getter for GuidedSetupController in Distribution::Opensuse::Tumbleweed
Description
Motivation¶
Currently, two getters for GuidedSetupController are specified in Distribution::Opensuse::Tumbleweed: get_partitioner
and get_guided_partitioner
. We should refactor this to have only one getter. That will make our structure consistent and allow to use DistributionProvider to control which GuidedSetupController to use for the certain version of product.
Task¶
- Leave only one getter for GuidedSetupController in Distribution::Opensuse::Tumbleweed (The one which is pointing to
Installation::Partitioner::LibstorageNG::v4_3::GuidedSetupController
); - Make sure that there are no failures in test runs (e.g. in YaST job Group, openSUSE Tumbleweed, Leap 15, Maintenance tests (https://openqa.suse.de/group_overview/321));
- Implement methods in
Installation::Partitioner::LibstorageNG::v4_3::GuidedSetupController
that will be required to passencrypt_lvm
,encrypt_no_lvm
,encrypt_lvm_ignore_existing
,encrypt_lvm_reuse_existing
and others, that still use old Installation::Partitioner::LibstorageNG::GuidedSetupController
Suggestions¶
- Consider migrating one at a time from one controller to the other and ask for review for after each case. Ticket might need to be split.
- The other option is to do a pure refactor and move all the methods without further modifications.
Updated by JERiveraMoya about 3 years ago
- Tags deleted (
qe-yast-refinement) - Description updated (diff)
- Status changed from New to Workable
Updated by oorlov about 3 years ago
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/13418
This PR includes refactoring of the pages, controllers and test modules for Guided Setup.
Schedules changed only for cryptlvm and crypt_no_lvm scenarios to reduce scope for review and eliminate potential mistakes. Other schedules will be covered in further PRs.
Updated by oorlov about 3 years ago
- Status changed from In Progress to Resolved
PR for guided_setup and encrypt_lvm_ignore_existing: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/13646
PR for lvm and lvm_no_separate_home: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/13512
The initial task is not reached: the getter for GuidedSetupController on 15-SP2 is kept, but for SP3, SP4 we refactored the guided setup test modules to make them more transparent and atomic. As Sp2 still use needles approach and LibyuiClient cannot be applied there, we'll keep the existing getter for now. In case it will be required in future, we'll rewrite it in the follow-up tickets.