Actions
action #13004
closedre-enablement of modules from BIGTEST (was: what the heck is BIGTEST?)
Start date:
2016-08-03
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
observation¶
There is a section in products/sle/main.pm
loadtest "console/sshd.pm";
if (get_var("BIGTEST")) {
loadtest "console/sntp.pm";
loadtest "console/curl_ipv6.pm";
loadtest "console/wget_ipv6.pm";
loadtest "console/syslinux.pm";
}
but in https://openqa.suse.de/admin/test_suites I can not find "BIGTEST" so I assume this is not tested anywhere at all. The tests should probably be tested and activated again.
suggestions¶
- move modules to extra tests
- execute tests and see if they can still run
- remove then unused variable BIGTEST
- prepare PR
Actions