Project

General

Profile

action #152005

Updated by JERiveraMoya 7 months ago

#### Motivation 
 Let's address some small renaming in https://openqa.suse.de/tests/overview?distri=sle&version=12-SP5&build=20231201-1&groupid=520 as we are running out of space with longer names (but still we don't want cryptic names!). 
 The goal is to quickly identify the characteristics of the system to be migrated at first glance. 

 Some suggestions: 
 - As our focus in the server and we just add extensions to it, we should replace `sle` by `sles`. 
 - All image creation should be done via AutoYaST, otherwise we are specifically testing the interactive UI, so it is kind of redundant, replace "create_hdd" by "support_image". 
 - Replace "ha" by "sles_ha" 
 - Omit "autoyast" in the name of the test suite to give more space to other information. 
 - Replace support_image by 'sup_img' 
 - Add always the system role abreviated in the test suite name except for SLE 12 SP5 where is the default, it is actually important to know which was the system role selected during the installation of the system to be migrated. 
 - In the same manner is also important to know if the installation happens with all patterns or default ones, for default there is not need to add "def" but for all we can add "all" (I think we don't need to add "allpatterns" because the description of the test suite will be clear enough). "all". 

 #### Acceptance criteria 
 **AC1**: Improve test suite naming in support images job groups 
 **AC2**: Add basic description (not verbose one) to the test suite

Back