Home
last modified time | relevance | path

Searched refs:test_exit (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/bpf/
Dxsk_prereqs.sh18 test_exit $ksft_fail
29 test_exit $ksft_skip
48 test_exit() function
76 [ ! $(type -P ip) ] && { echo "'ip' not found. Skipping tests."; test_exit $ksft_skip; }
Dtest_xsk.sh109 [ ! -e "${URANDOM}" ] && { echo "${URANDOM} not found. Skipping tests."; test_exit $ksft_fail; }
/tools/testing/selftests/drivers/platform/x86/intel/ifs/
Dtest_ifs.sh155 test_exit() function
200 test_exit "CPU family:$FML does not support IFS" "$KSFT_SKIP"
227 test_exit "Check if CONFIG_INTEL_IFS is set to m or \
231 [[ -n "$ifs_info" ]] || test_exit "No ifs module listed by lsmod" "$KSFT_FAIL"
252 test_exit "No sysfs entry in $IFS_SCAN_SYSFS_PATH" "$KSFT_FAIL"
389 test_exit "Invalid cpus_type:$cpus_type" "$KSFT_XFAIL"
423 test_exit "Invalid ifs_mode:$ifs_mode" "$KSFT_XFAIL"
/tools/usb/ffs-aio-example/multibuff/host_app/
Dtest.c145 void test_exit(struct test_state *state) in test_exit() function
174 test_exit(&state); in main()
/tools/usb/ffs-aio-example/simple/host_app/
Dtest.c145 void test_exit(struct test_state *state) in test_exit() function
177 test_exit(&state); in main()
/tools/testing/selftests/net/tcp_ao/lib/
Dsetup.c62 static void test_exit(void) in test_exit() function
104 test_exit(); in test_destructor()