/linux/tools/testing/selftests/power_supply/ |
H A D | helpers.sh | 16 TEST_NAME="$DEVNAME".sysfs."$PROP" 19 ktap_test_result "$TEST_NAME" [ -f "$PROP_PATH" ] 21 ktap_test_result "$TEST_NAME" grep -q "$VALUE" "$PROP_PATH" 60 TEST_NAME="$DEVNAME".sysfs."$PROP" 63 ktap_test_skip "$TEST_NAME" 69 ktap_test_fail "$TEST_NAME" 80 TEST_NAME="$DEVNAME".sysfs."$PROP" 86 ktap_test_pass "$TEST_NAME" 95 TEST_NAME="$DEVNAME".sysfs."$PROP" 102 ktap_test_fail "$TEST_NAME" [all …]
|
/linux/tools/perf/tests/shell/common/ |
H A D | init.sh | 31 _echo "$MPASS-- [ PASS ] --$MEND $TEST_NAME :: $THIS_TEST_NAME :: $TASK_COMMENT" 41 _echo "$MFAIL-- [ FAIL ] --$MEND $TEST_NAME :: $THIS_TEST_NAME :: $TASK_COMMENT ($FAILURE_REASON)" 50 _echo "$MALLPASS## [ PASS ] ##$MEND $TEST_NAME :: $THIS_TEST_NAME SUMMARY" 52 …_echo "$MALLFAIL## [ FAIL ] ##$MEND $TEST_NAME :: $THIS_TEST_NAME SUMMARY :: $RETVAL failures foun… 60 …_echo "$MSKIP-- [ SKIP ] --$MEND $TEST_NAME :: $THIS_TEST_NAME :: $TASK_COMMENT :: testcase skippe… 66 _echo "$MSKIP## [ SKIP ] ##$MEND $TEST_NAME :: $THIS_TEST_NAME :: testcase skipped" 73 _echo "$MWARN-- [ WARN ] --$MEND $TEST_NAME :: $THIS_TEST_NAME :: $WARN_COMMENT"
|
H A D | settings.sh | 71 TEST_NAME=`basename $DIR_PATH | sed 's/base/perf/'`; export TEST_NAME 80 export CURRENT_TEST_DIR="$PERFSUITE_RUN_DIR/$TEST_NAME"
|
/linux/tools/testing/selftests/kmod/ |
H A D | kmod.sh | 30 TEST_NAME="kmod" 31 TEST_DRIVER="test_${TEST_NAME}" 544 echo "${TEST_NAME}.sh -- executes all tests" 545 echo "${TEST_NAME}.sh -t 0008 -- Executes test ID 0008 number of times is recommended" 546 echo "${TEST_NAME}.sh -w 0008 -- Watch test ID 0008 run until an error occurs" 547 echo "${TEST_NAME}.sh -s 0008 -- Run test ID 0008 once" 548 echo "${TEST_NAME}.sh -c 0008 3 -- Run test ID 0008 three times" 610 watch_log $i ${TEST_NAME}_test_$1 611 ${TEST_NAME}_test_$1 630 watch_log $i ${TEST_NAME}_test_$1 noclear [all …]
|
/linux/tools/testing/selftests/mm/ |
H A D | test_hmm.sh | 12 TEST_NAME="test_hmm" 78 echo "./${TEST_NAME}.sh" 81 echo "./${TEST_NAME}.sh smoke" 84 echo "./${TEST_NAME}.sh smoke <spm_addr_dev0> <spm_addr_dev1>"
|
H A D | test_vmalloc.sh | 12 TEST_NAME="vmalloc" 13 DRIVER="test_${TEST_NAME}"
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_xsk.sh | 106 TEST_NAME="PREREQUISITES" 171 test_status $retval "${TEST_NAME}" 191 test_status $retval "${TEST_NAME}" 197 TEST_NAME="XSK_SELFTESTS_${VETH0}_SOFTIRQ" 216 TEST_NAME="XSK_SELFTESTS_${VETH0}_BUSY_POLL"
|
H A D | xsk_prereqs.sh | 89 test_status $retval "${TEST_NAME}" 91 nameList+=(${TEST_NAME})
|
/linux/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | 10 TEST_NAME="sysctl" 11 TEST_DRIVER="test_${TEST_NAME}" 900 echo "$TEST_NAME.sh -- executes all tests" 901 echo "$TEST_NAME.sh -t 0002 -- Executes test ID 0002 number of times is recomended" 902 echo "$TEST_NAME.sh -w 0002 -- Watch test ID 0002 run until an error occurs" 903 echo "$TEST_NAME.sh -s 0002 -- Run test ID 0002 once" 904 echo "$TEST_NAME.sh -c 0002 3 -- Run test ID 0002 three times" 998 watch_log $i ${TEST_NAME}_test_$1 999 ${TEST_NAME}_test_$1 1021 watch_log $i ${TEST_NAME}_test_${TEST_ID} noclear [all …]
|
/linux/tools/testing/selftests/futex/functional/ |
H A D | futex_wait_private_mapped_file.c | 33 #define TEST_NAME "futex-wait-private-mapped-file" macro 60 print_result(TEST_NAME, RET_ERROR); in thr_futex_wait() 123 print_result(TEST_NAME, ret); in main()
|
H A D | futex_wait_uninitialized_heap.c | 35 #define TEST_NAME "futex-wait-uninitialized-heap" macro 121 print_result(TEST_NAME, ret); in main()
|
H A D | futex_requeue_pi_mismatched_ops.c | 29 #define TEST_NAME "futex-requeue-pi-mismatched-ops" macro 133 print_result(TEST_NAME, ret); in main()
|
H A D | futex_requeue_pi_signal_restart.c | 31 #define TEST_NAME "futex-requeue-pi-signal-restart" macro 220 print_result(TEST_NAME, ret); in main()
|
H A D | futex_requeue_pi.c | 33 #define TEST_NAME "futex-requeue-pi" macro 405 TEST_NAME, broadcast, locked, owner, timeout_ns); in main() 408 test_name = TEST_NAME; in main()
|
H A D | futex_wait_wouldblock.c | 28 #define TEST_NAME "futex-wait-wouldblock" macro
|
H A D | futex_requeue.c | 13 #define TEST_NAME "futex-requeue" macro
|
H A D | futex_wait.c | 15 #define TEST_NAME "futex-wait" macro
|
H A D | futex_wait_timeout.c | 23 #define TEST_NAME "futex-wait-timeout" macro
|
H A D | futex_waitv.c | 22 #define TEST_NAME "futex-wait" macro
|
/linux/tools/testing/ktest/examples/include/ |
H A D | bootconfig.conf | 35 TEST_NAME = bootconfig boottrace 48 TEST_NAME = bootconfig function graph 60 TEST_NAME = bootconfig tracing
|
/linux/tools/testing/selftests/rseq/ |
H A D | run_param_test.sh | 21 TEST_NAME=(
|
/linux/tools/testing/ktest/examples/ |
H A D | crosstests.conf | 93 TEST_NAME = ${ARCH} ${CROSS}
|
/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 51 TEST_NAME="" 261 if [ "${TEST_NAME}" = "${i}" ]; then 272 mptcp_lib_result_fail "${TEST_NAME}" 274 mptcp_lib_result_skip "${TEST_NAME}" 276 mptcp_lib_result_pass "${TEST_NAME}" 289 TEST_NAME="${1}" 299 mptcp_lib_print_title "${TEST_NAME}" 496 failed_tests[${MPTCP_LIB_TEST_COUNTER}]="${TEST_NAME}"
|
/linux/fs/unicode/ |
H A D | mkutf8data.c | 38 #define TEST_NAME "NormalizationTest.txt" macro 47 const char *test_name = TEST_NAME; 1874 printf("\t-t %s\n", TEST_NAME); in help()
|