linux-test-project / kirk

Kirk application aims to merge multiple Linux testing frameworks in one tool.
GNU General Public License v2.0
6 stars 7 forks source link

Add a proper support for a machine reboot #12

Open metan-ucw opened 8 months ago

metan-ucw commented 8 months ago

There are several different test types that cause reboot/crash of the SUT. Examples are reboot(), kexec() syscalls, MCE error injection, kernel crash dump testing, etc. Currently such tests are impossible to implement and many of the features are untested.

To get this working we need:

Example workflow would be:

metan-ucw commented 8 months ago

@tbird20d FYI