[LTP] [PATCH] tst_kconfig: Don't consider CONFIG_FAULT_INJECTION slow

Petr Vorel pvorel@suse.cz
Mon Mar 16 13:40:21 CET 2026


Tumbleweed has only CONFIG_FAULT_INJECTION. All tests run ok before
(without 4x longer expected runtime), let's don't blindly increase it.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
IMHO the only effect of the detection on Tumbleweed would be if test
gets stuck will block testing for 2 min instead of just 30 sec.

Kind regards,
Petr

 lib/tst_kconfig.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/tst_kconfig.c b/lib/tst_kconfig.c
index adc56503e2..5f778d2adc 100644
--- a/lib/tst_kconfig.c
+++ b/lib/tst_kconfig.c
@@ -647,7 +647,6 @@ static struct tst_kconfig_var slow_kconfigs[] = {
 	TST_KCONFIG_INIT("CONFIG_DEBUG_NET"),
 	TST_KCONFIG_INIT("CONFIG_EXT4_DEBUG"),
 	TST_KCONFIG_INIT("CONFIG_QUOTA_DEBUG"),
-	TST_KCONFIG_INIT("CONFIG_FAULT_INJECTION"),
 	TST_KCONFIG_INIT("CONFIG_DEBUG_OBJECTS")
 };
 
-- 
2.51.0



More information about the ltp mailing list