linux-test-project / ltp

Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
https://linux-test-project.readthedocs.io/
GNU General Public License v2.0
2.32k stars 1.02k forks source link

Add support for reboot into API #868

Open pevik opened 3 years ago

pevik commented 3 years ago

Support for reboot in LTP tests would be useful for certain tests. Based on original proposal from Cyril.

Adding reboots_machine flag to the tst_test structure, which will inform the test framework that the test will reboot the machine in the middle of the test.

See also blog post Towards parallel kernel test runs.

metan-ucw commented 2 years ago

@acerv FYI this is something that should go into the new testrunner later on.