Project

General

Profile

action #19922

Updated by okurz almost 7 years ago

within lib/main_common.pm there are some test modules which are only called for openSUSE, some only for SLE without a good comment and explanation why the distributions need to differ. This should be improved. At best we want the same modules be called in all cases. 

 ## acceptance criteria 
 * **AC1**: Exceptions have an explanation why they can not be run in certain scenarios 
 * **AC2**: We have the same scenario enabled for all SLE, openSUSE Tumbleweed and openSUSE Leap 

 ## tasks 

 * Check for "TODO" in lib/main_common.pm 
 * Crosscheck other "if sle/opensuse" branches in this file 
 * Re-enable yast2_ui tests on openSUSE Leap

Back