[LTP] [PATCH 15/17] sctp: Switch from needs_drivers to needs_kconfigs

Cyril Hrubis chrubis@suse.cz
Thu Apr 2 14:13:54 CEST 2026


Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
 utils/sctp/func_tests/test_1_to_1_initmsg_connect.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/sctp/func_tests/test_1_to_1_initmsg_connect.c b/utils/sctp/func_tests/test_1_to_1_initmsg_connect.c
index 98013cd30..c9c3c1c30 100644
--- a/utils/sctp/func_tests/test_1_to_1_initmsg_connect.c
+++ b/utils/sctp/func_tests/test_1_to_1_initmsg_connect.c
@@ -110,8 +110,8 @@ static void test_sctp(unsigned int n)
 static struct tst_test test = {
 	.test = test_sctp,
 	.tcnt = ARRAY_SIZE(testcase_list),
-	.needs_drivers = (const char *[]) {
-		"sctp",
+	.needs_kconfigs = (const char *[]) {
+		"CONFIG_IP_SCTP",
 		NULL
 	},
 };
-- 
2.52.0



More information about the ltp mailing list