Project

General

Profile

action #124862

Updated by JERiveraMoya about 1 year ago

#### Motivation 
 Failed job https://openqa.suse.de/tests/9777031#step/check_system_info/12%EF%BC%8C for zdup test, it should with version_switch_origin_system and version_switch_upgrade_target on original system. Without these two modules, the https://openqa.suse.de/tests/9777031#step/check_system_info/12 check_system_info won't get correct VERSION. It skip the before migration but entered wrongly for after migration. 
 # Check the expected information after migration 
	  if (check_var('VERSION', get_required_var('UPGRADE_TARGET_VERSION'))) { 
 - loadtest "migration/version_switch_origin_system" if (!get_var('ONLINE_MIGRATION')); 
 We shouldn’t set ONLINE_MIGRATION=1 for zdup test. 
 Another test module fails here. The failed job: https://openqa.suse.de/tests/10540577#step/check_system_info/19 
 For the mapping table: in lib/registration.pm 
 # extensions product list 
	 my %product_list = ( 
		 ha => 'sle-ha', 
 Need verify this on different system versions, on SLES15SP5 it is not sle-ha obviously. 
 Meg show check 15sp5 instead of 15sp4. 

 #### 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. **AC1**: fix it.

Back