/openbmc/obmc-console/test/ |
H A D | test-console-socket-write | 9 TEST_NAME="$(basename "$0" | tr '-' '_')"_${$} 10 TEST_DIR="$(mktemp --tmpdir --directory "${TEST_NAME}.XXXXXX")" 29 TEST_CONF="${TEST_NAME}.conf" 30 TEST_LOG="${TEST_NAME}.log" 33 active-console = $TEST_NAME 34 [$TEST_NAME] 35 console-id = $TEST_NAME 45 while ! busctl status --user xyz.openbmc_project.Console."${TEST_NAME}"; do sleep 1; done 49 echo socket-write | socat -u - "ABSTRACT:obmc-console.${TEST_NAME}"
|
H A D | test-console-client-can-write | 10 TEST_NAME="$(basename "$0" | tr '-' '_')"_${$} 11 TEST_DIR="$(mktemp --tmpdir --directory "${TEST_NAME}.XXXXXX")" 29 TEST_CONF="${TEST_NAME}.conf" 30 TEST_LOG="${TEST_NAME}.log" 33 active-console = $TEST_NAME 34 [$TEST_NAME] 35 console-id = $TEST_NAME 45 while ! busctl status --user xyz.openbmc_project.Console."${TEST_NAME}"; do sleep 1; done 49 echo client-wrote-this | "$CLIENT" -i "$TEST_NAME"
|
H A D | test-console-socket-read | 9 TEST_NAME="$(basename "$0" | tr '-' '_')"_${$} 10 TEST_DIR="$(mktemp --tmpdir --directory "${TEST_NAME}.XXXXXX")" 30 TEST_CONF="${TEST_NAME}.conf" 31 TEST_LOG="${TEST_NAME}.log" 34 active-console = $TEST_NAME 35 [$TEST_NAME] 36 console-id = $TEST_NAME 46 while ! busctl status --user xyz.openbmc_project.Console."${TEST_NAME}"; do sleep 1; done 48 "$SOCAT" -u "ABSTRACT:obmc-console.${TEST_NAME}" EXEC:'grep -m1 -qF socket-read' &
|
H A D | test-console-client-can-read | 10 TEST_NAME="$(basename "$0" | tr '-' '_')"_${$} 11 TEST_DIR="$(mktemp --tmpdir --directory "${TEST_NAME}.XXXXXX")" 30 TEST_CONF="${TEST_NAME}.conf" 31 TEST_LOG="${TEST_NAME}.log" 34 active-console = $TEST_NAME 35 [$TEST_NAME] 36 console-id = $TEST_NAME 46 while ! busctl status --user xyz.openbmc_project.Console."${TEST_NAME}"; do sleep 1; done 48 $SOCAT EXEC:"$CLIENT -i $TEST_NAME" EXEC:'grep -m1 -qF client-reads-this' &
|
H A D | test-console-logs-to-file | 9 TEST_NAME="$(basename "$0" | tr '-' '_')"_${$} 10 TEST_DIR="$(mktemp --tmpdir --directory "${TEST_NAME}.XXXXXX")" 27 TEST_CONF="${TEST_NAME}.conf" 28 TEST_LOG="${TEST_NAME}.log" 33 active-console = $TEST_NAME 35 [$TEST_NAME] 37 console-id = $TEST_NAME 48 while ! busctl status --user xyz.openbmc_project.Console."${TEST_NAME}"; do sleep 1; done
|
H A D | test-console-logs-to-file-no-sections | 9 TEST_NAME="$(basename "$0" | tr '-' '_')"_${$} 10 TEST_DIR="$(mktemp --tmpdir --directory "${TEST_NAME}.XXXXXX")" 27 TEST_CONF="${TEST_NAME}.conf" 28 TEST_LOG="${TEST_NAME}.log" 34 console-id = $TEST_NAME 46 while ! busctl status --user xyz.openbmc_project.Console."${TEST_NAME}"; do sleep 1; done
|
H A D | test-multiple-consoles | 9 TEST_NAME="$(basename "$0" | tr '-' '_')"_${$} 10 TEST_DIR="$(mktemp --tmpdir --directory "${TEST_NAME}.XXXXXX")" 29 TEST_CONF="${TEST_NAME}.conf" 31 TEST_A_NAME="${TEST_NAME}_a" 34 TEST_B_NAME="${TEST_NAME}_b"
|
/openbmc/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 …]
|
/openbmc/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}"
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_xsk.sh | 90 TEST_NAME="PREREQUISITES" 145 test_status $retval "${TEST_NAME}" 157 test_status $retval "${TEST_NAME}" 163 TEST_NAME="XSK_SELFTESTS_${VETH0}_SOFTIRQ" 178 TEST_NAME="XSK_SELFTESTS_${VETH0}_BUSY_POLL"
|
H A D | xsk_prereqs.sh | 88 test_status $retval "${TEST_NAME}" 90 nameList+=(${TEST_NAME})
|
/openbmc/linux/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | 10 TEST_NAME="sysctl" 11 TEST_DRIVER="test_${TEST_NAME}" 876 echo "$TEST_NAME.sh -- executes all tests" 877 echo "$TEST_NAME.sh -t 0002 -- Executes test ID 0002 number of times is recomended" 878 echo "$TEST_NAME.sh -w 0002 -- Watch test ID 0002 run until an error occurs" 879 echo "$TEST_NAME.sh -s 0002 -- Run test ID 0002 once" 880 echo "$TEST_NAME.sh -c 0002 3 -- Run test ID 0002 three times" 974 watch_log $i ${TEST_NAME}_test_$1 975 ${TEST_NAME}_test_$1 997 watch_log $i ${TEST_NAME}_test_${TEST_ID} noclear [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-rcu-list.c | 114 #define TEST_NAME "qlist" macro 125 #define TEST_NAME "qsimpleq" macro 139 #define TEST_NAME "qtailq" macro 152 #define TEST_NAME "qslist" macro 362 g_test_add_func("/rcu/"TEST_NAME"/single-threaded", gtest_rcuq_one); in main() 363 g_test_add_func("/rcu/"TEST_NAME"/short-few", gtest_rcuq_few); in main() 364 g_test_add_func("/rcu/"TEST_NAME"/long-many", gtest_rcuq_many); in main()
|
/openbmc/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_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_requeue_pi.c | 31 #define TEST_NAME "futex-requeue-pi" macro 407 print_result(TEST_NAME, ret); in main()
|
H A D | futex_wait.c | 15 #define TEST_NAME "futex-wait" macro
|
/openbmc/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
|
/openbmc/openbmc-test-automation/lib/ |
H A D | openbmc_ffdc_utils.robot | 28 [Documentation] SUITE_NAME and TEST_NAME are automatic variables 33 ${test_name}= Get strip string ${TEST_NAME} 67 ... TEST_NAME, TEST_MESSAGE,SUITE_SOURCE, TEST_DOCUMENTATION 78 ${TEST_NAME}= Get Variable Value ${TEST_NAME} 84 Write Data To File Test Case Name\t\t: ${TEST_NAME}${\n}
|
/openbmc/linux/tools/testing/selftests/rseq/ |
H A D | run_param_test.sh | 21 TEST_NAME=(
|