Re: [PATCH v2] selftests/livepatch: add test skip handling
From: Kamalesh Babulal <hidden>
Date: 2019-07-17 14:45:44
Also in:
linux-kselftest
From: Kamalesh Babulal <hidden>
Date: 2019-07-17 14:45:44
Also in:
linux-kselftest
On 7/16/19 7:04 PM, Joe Lawrence wrote:
Add a skip() message function that stops the test, logs an explanation, and sets the "skip" return code (4). Before loading a livepatch self-test kernel module, first verify that we've built and installed it by running a 'modprobe --dry-run'. This should catch a few environment issues, including !CONFIG_LIVEPATCH and !CONFIG_TEST_LIVEPATCH. In these cases, exit gracefully with the new skip() function. Reported-by: Jiri Benc <redacted> Suggested-by: Shuah Khan <shuah@kernel.org> Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
Reviewed-by: Kamalesh Babulal <redacted> -- Kamalesh