Project

General

Profile

action #124862

Updated by leli about 1 year ago

#### Motivation 
 Failed job https://openqa.suse.de/tests/9777031#step/check_system_info/12, for zdup test, it should with version_switch_origin_system and version_switch_upgrade_target on original system. Without these two modules, the check_system_info won't get correct VERSION. It skip the before migration but entered wrongly for after migration. 

 - loadtest "migration/version_switch_origin_system" if (!get_var('ONLINE_MIGRATION')); 
 We shouldn’t set ONLINE_MIGRATION=1 for zdup test. 

 Another failed job: https://openqa.suse.de/tests/10540577#step/check_system_info/19 
 For the mapping table in lib/registration.pm 
 my %product_list = ( 
         ha => 'sle-ha', 
 Need verify this on different system versions, on SLES15SP5 it is not sle-ha obviously. 

 #### Acceptance criteria 
 **AC1**: load version_switch_origin_system through set "+ONLINE_MIGRATION=0" in case "online_sles15sp4_pscc_basesys-srv_def_full_zdup". 
 **AC2**: Set correct mapping for ha.

Back