action #41066
Updated by pvorel almost 6 years ago
This is LTP specific, but there might be similar use case for other tools/frameworks/tests.
LTP test `install_ltp` preinstalls SLE + SDK (based on qcow from `create_hdd_minimal_base+sdk`) + LTP itself.
It publish image, which is then used by many LTP tests (> 100).
The same is needed for bare metal, but we obviously cannot use `PUBLISH_HDD_1`.
One possibility is to install SLE + SDK + LTP on bare metal worker and run all the tests on that worker.
This doesn't scale, but at least better than nothing. Maybe it's possible to achieve this via `WORKER_CLASS`.
**UPDATE**: for these, who aren't familiar with LTP tests in openQA, it's possible to see them in
https://openqa.suse.de/group_overview/116
https://openqa.suse.de/group_overview/155
Look for install_ltp and any ltp_* test.
LTP tests using ipmi are in devel group (still unstable)
https://openqa.suse.de/group_overview/158
Some info is also in [poo#40805](https://progress.opensuse.org/issues/40805).