action #13004
Updated by okurz over 6 years ago
## 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
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