[LTP] [PATCH 06/13] mem/ksm05: Add proper runtime support
Andrea Cervesato
andrea.cervesato@suse.com
Wed Jun 24 14:04:38 CEST 2026
Hi Cyril,
> static void sighandler(int sig)
> @@ -91,7 +95,8 @@ static void sighandler(int sig)
> static struct tst_test test = {
> .needs_root = 1,
> .forks_child = 1,
> - .test_all = test_ksm,
> + .test_all = run,
> + .min_runtime = 10,
Even if this is technically correct, I'm not 100% sure about it.
Now if we want to manually test the binary, we have to wait 10
seconds by default, while before we had to explicitly use -I.
--
Andrea Cervesato
SUSE QE Automation Engineer Linux
andrea.cervesato@suse.com
More information about the ltp
mailing list