[LTP] [PATCH 14/17] tests: fsetxattr: Switch from needs_drivers to needs_kconfigs
Cyril Hrubis
chrubis@suse.cz
Thu Apr 2 14:13:53 CEST 2026
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
testcases/kernel/syscalls/fsetxattr/fsetxattr02.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testcases/kernel/syscalls/fsetxattr/fsetxattr02.c b/testcases/kernel/syscalls/fsetxattr/fsetxattr02.c
index 42dfc9d4f..2a48b7da7 100644
--- a/testcases/kernel/syscalls/fsetxattr/fsetxattr02.c
+++ b/testcases/kernel/syscalls/fsetxattr/fsetxattr02.c
@@ -265,8 +265,8 @@ static struct tst_test test = {
.needs_devfs = 1,
.mntpoint = MNTPOINT,
.needs_root = 1,
- .needs_drivers = (const char *const[]) {
- "brd",
+ .needs_kconfigs = (const char *const[]) {
+ "CONFIG_BLK_DEV_RAM",
NULL,
},
};
--
2.52.0
More information about the ltp
mailing list