Project

General

Profile

action #132734

Updated by JERiveraMoya 10 months ago

#### Motivation 
 To enhance our code and make it clear, we need create a new module to recover version to original. 

 In the module will contain below code: 
  set_var('VERSION', $original_version); 
  reset_consoles_tty; 

 And need remove the description for needles which is not correct: 
 https://github.com/chcao/os-autoinst-distri-opensuse/blob/98f5b1aaf188d6865753558fb519da6835c58275/tests/migration/version_switch_origin_system.pm# 

 Later this module should be used to replace the version_switch_origin_system for the test suites for split of patch_sle. 

 #### Acceptance criteria 
 **AC1**: Create a new module to recover version to original 

 #### Additional information 
 Refactored test suite are currently in [this job group](https://openqa.suse.de/tests/overview?distri=sle&version=15-SP5&build=102.1&groupid=319) with names ending on `*_split_patch_sle`.

Back