Project

General

Profile

action #23406

Updated by riafarov over 6 years ago

## acceptance criteria 

 * **AC1:** There should be only one testsuite "create_hdd_gnome", not variants with a architecture specific suffix 
 * **AC2:** There should also be only one "extra_tests_gnome" because the duplication with the architecture specific suffix was only necessary because of differing "create_hdd_gnome" 

 ## tasks 

 * Review why we need a bigger HDD size for the ppc64le variant. I think it was made special for ppc6le because of the snapper_cleanup test module added by dgutu which does not seem to be that stable anyway. (0.2-4h) 
 * If the big HDD size for ppc64le is necessary, apply the same settings special for ppc64le to the other archs if it does not harm, e.g. if it's just about a bigger HDD size (2h-4h) 
 * Alternative: Keep the special ppc64le job with a good test suite description. Just specify "START_AFTER_TEST=create_hdd_textmode,create_hdd_textmode_ppc" in "extra_tests_filesystem" so that at least we don't duplicate the extra tests testsuite (0.5-1h) 


 ## further details 
 At the moment we have create_hdd_gnome_s390x and create_hdd_gnome  
 The only difference is in settings is that create_hdd_gnome has TOGGLEHOME=1. If this setting doesn't work for s390x, we should just change test behavior. 

 It also applies to ppc.

Back