Project

General

Profile

action #115697

Updated by JERiveraMoya over 1 year ago

#### Observations #### 

 openQA test in scenario sle-15-SP5-Migration-from-SLE12-SPx-ppc64le-offline_sles12sp5_pscc_idu-ids_all_full@ppc64le fails in 
 [system_prepare](https://openqa.suse.de/tests/9377263/modules/system_prepare/steps/26) 

 Base https://openqa.suse.de/tests/9377263#step/system_prepare/26 you can see the ibm tools already registered,  
 BUT https://openqa.suse.de/tests/9377263#step/system_prepare/27 show ibm tools not registered, so i guess some character update or case match wrong in openqa code. 

 Very likely is the capitalization, instead of fixing the function to process all in lower case we should check for other addons, like `rt` or `nvidia` if the capitalization matters. Also check how `idu` and `ids` was visualized before, perhaps it was some change in the following bugs.  
 https://bugzilla.suse.com/show_bug.cgi?id=1191523 
 https://bugzilla.suse.com/show_bug.cgi?id=1187474 
 Capitalization should be consistent among products. we could adapt the condition for mapping or the mapping itself depending on the previous investigation in https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/lib/registration.pm#L813-L814 
 Functions that process the capitalization are in `lib/services` 

 #### Acceptance criteria 
 **AC1**: Fix problem with capitalization not breaking for other products  

 

 #### Additional information 
 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?arch=ppc64le&distri=sle&flavor=Migration-from-SLE12-SPx&machine=ppc64le&test=offline_sles12sp5_pscc_idu-ids_all_full&version=15-SP5) 

Back