On Tue, Oct 15, 2024, Oliver Upton wrote:
On Sat, Oct 12, 2024 at 10:28:10AM +0100, David Woodhouse wrote:
I suspect the real answer here is that the individual tests here be calling ksft_test_result_pass(), and the system_off2 one should call ksft_test_result_skip() if it skips?
modulo a few one-offs, KVM selftests doesn't use the kselftest harness so it isn't subject to this comment. Since there's no test plan, we can skip at any time.
FWIW, I have some ideas on how to use the nicer pieces of kselftest harness, if anyone is looking for a project. :-)