Project

General

Profile

action #115355

Updated by JERiveraMoya over 1 year ago

... draft ... 

 #### Motivation #### 
 This migration test fails on partitioning https://openqa.suse.de/tests/9329372#step/partitioning/2 in an old needle-based module. 
 Instead of trying to fix shortcut with some hack we should aim for a better solution, which is redesign the workflow of the test. 
 In this case there is not need to use the interactive installation in SLE 15-SP1, when we could covert it into an auto-installation creating an AutoYaST profile. 

 Example of similar scenario for SLE-15-SP2: 
 https://openqa.suse.de/tests/9329370 
 https://openqa.suse.de/tests/9329371 #### Scope #### 

 #### Acceptance criteria #### 
 **AC1*: Avoid interactive installation in test suite 'offline_SLES_15_SP1_ltss_pscc_basesys-srv-phub_def_full_zVM_preparation' 

 #### Additional info #### 
 Apparently de-registration and patching might not be needed, but seems that we might find some issues with ltss and python2 if we don't perform those steps. 
 Notice both test suites are connected by START_DIRECTLY_AFTER_TEST due to in this arch is not possible to boot an image. 
 How to convert it to AutoYaST: https://confluence.suse.com/display/QYT/How-To%3A+Adapt+an+openQA+installation+testsuite+to+use+AutoYaST

Back