Project

General

Profile

action #117535

Updated by JERiveraMoya over 1 year ago

#### Motivation 
 Main motivation is having all the test suite in YaST job group using PowerVM. In this case we cover to avoid running twice the same test suite in PowerVM and PowerKVM. This are the test suites in PowerKVM where this situation happens: 
 - select_modules_and_patterns+registration 
 - skip_registration, it has an unfortunate dependency with another test suite in Functional job group, QE Core should create AutoYaST to run this. 
   Please, break this dependency notifying via MR (removing 'START_AFTER_TEST') to QE Core. 
 - RAID{0,1,10,5,6} 
 - activate_encrypted_volume+force_recompute 
 - activate_encrypted_volume+import_users 
 - addon_extensions_http_ftp 
 - btrfs+warnings 
 - create_hdd_transactional_server 
 - cryptlvm 
 - cryptlvm+cancel_existing 
 - guided_btrfs 
 - guided_ext4 
 - guided_xfs 
 - installer_extended 
 - lvm 
 - lvm+cancel_existing_cryptlvm 
 - lvm-encrypt-separate-boot 
 - lvm-full-encrypt 
 - minimal+base_yast 
 - minimal+role_minimal 
 - msdos 
 - select_disk 
 - select_modules_and_patterns 
 - textmode 
 - transactional_server_helper_apps 
 - transactional_server_snapper 
 - yast2_cmd 
 - yast2_ncurses_textmode 
 - yast_no_self_update 
 - yast_self_update 

 #### Acceptance criteria 
 **AC1**: Not run the test suite specified above as they have already an equivalent for PowerVM 
 **AC2**: Update openQA setting `START_AFTER_TEST` in all the required places to avoid linking the test with the test suites suite we plan to delete.

Back