Home
last modified time | relevance | path

Searched refs:tests_skip_reason (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dsetup.c243 __test_skip_all(tests_skip_reason[KCONFIG_NET_NS]); in __test_init()
245 __test_skip_all(tests_skip_reason[KCONFIG_VETH]); in __test_init()
247 __test_skip_all(tests_skip_reason[KCONFIG_TCP_AO]); in __test_init()
H A Dkconfig.c136 const char *tests_skip_reason[__KCONFIG_LAST__] = { variable
H A Daolib.h152 extern const char *tests_skip_reason[__KCONFIG_LAST__];
158 test_skip("%s: %s", tst_name, tests_skip_reason[k]); in should_skip_test()