Home
last modified time | relevance | path

Searched refs:TESTS (Results 1 – 25 of 38) sorted by relevance

12

/linux/tools/testing/selftests/sync/
H A DMakefile18 TESTS += sync_alloc.o
19 TESTS += sync_fence.o
20 TESTS += sync_merge.o
21 TESTS += sync_wait.o
22 TESTS += sync_stress_parallelism.o
23 TESTS += sync_stress_consumer.o
24 TESTS += sync_stress_merge.o
27 TESTS := $(patsubst %,$(OUTPUT)/%,$(TESTS)) macro
29 $(TEST_CUSTOM_PROGS): $(TESTS) $(OBJS)
30 $(CC) -o $(TEST_CUSTOM_PROGS) $(OBJS) $(TESTS) $(CFLAGS) $(LDFLAGS)
[all …]
/linux/tools/testing/selftests/
H A Drun_kselftest.sh15 TESTS="$BASE_DIR"/kselftest-list.txt
16 if [ ! -r "$TESTS" ] ; then
17 echo "$0: Could not find list of tests to run ($TESTS)" >&2
20 available="$(cat "$TESTS")"
45 TESTS=""
59 TESTS="$TESTS $2"
96 TESTS="$TESTS $found"
100 if [ -n "$TESTS" ]; then
102 for test in $TESTS ; do
/linux/tools/testing/selftests/net/
H A Dtest_vxlan_nolocalbypass.sh15 TESTS="
169 (options: $TESTS)
183 t) TESTS=$OPTARG ;;
228 for t in $TESTS
233 if [ "$TESTS" != "none" ]; then
H A Dgre_gso.sh9 TESTS="gre_gso"
176 (options: $TESTS)
189 t) TESTS=$OPTARG;;
221 for t in $TESTS
226 help) echo "Test names: $TESTS"; exit 0;;
230 if [ "$TESTS" != "none" ]; then
H A Dtest_vxlan_nh.sh5 TESTS="
189 (options: $TESTS)
200 t) TESTS=$OPTARG;;
220 for t in $TESTS
H A Dvrf_strict_mode_test.sh15 TESTS="init testns mix"
41 if [ "$TESTS" != "none" ]; then
358 (options: $TESTS)
367 t) TESTS=$OPTARG;;
411 for t in $TESTS
418 help) echo "Test names: $TESTS"; exit 0;;
H A Darp_ndisc_untracked_subnets.sh10 TESTS="arp ndisc"
236 (options: $TESTS)
245 t) TESTS=$OPTARG;;
275 for t in $TESTS
281 help) echo "Test names: $TESTS"; exit 0;;
H A Dvrf_route_leaking.sh652 4) TESTS=ipv4;;
653 6) TESTS=ipv6;;
654 t) TESTS=$OPTARG;;
665 if [ -z "$TESTS" ]; then
666 TESTS="$TESTS_IPV4 $TESTS_IPV6"
667 elif [ "$TESTS" = "ipv4" ]; then
668 TESTS="$TESTS_IPV4"
669 elif [ "$TESTS" = "ipv6" ]; then
670 TESTS="$TESTS_IPV6"
673 for t in $TESTS
[all …]
H A Dtest_so_rcv.sh11 declare -A TESTS=(
39 arg=${TESTS[$test_name]}
H A Dtest_neigh.sh5 TESTS="
335 (options: $TESTS)
346 t) TESTS=$OPTARG;;
363 for t in $TESTS
H A Dfib_rule_tests.sh21 TESTS="
753 (options: $TESTS)
762 t) TESTS=$OPTARG;;
783 for t in $TESTS
793 help) echo "Test names: $TESTS"; exit 0;;
799 if [ "$TESTS" != "none" ]; then
H A Dtest_bridge_backup_port.sh42 TESTS="
721 (options: $TESTS)
736 t) TESTS=$OPTARG;;
788 for t in $TESTS
793 if [ "$TESTS" != "none" ]; then
H A Dtest_bridge_neigh_suppress.sh52 TESTS="
887 (options: $TESTS)
901 t) TESTS=$OPTARG;;
962 for t in $TESTS
967 if [ "$TESTS" != "none" ]; then
H A Dtest_vxlan_vnifiltering.sh85 TESTS="
555 t) TESTS=$OPTARG;;
593 for t in $TESTS
601 if [ "$TESTS" != "none" ]; then
H A Dgro.sh
H A Dfib_nexthops.sh58 TESTS="${ALL_TESTS}"
2540 t) TESTS=$OPTARG;;
2541 4) TESTS=${IPV4_TESTS};;
2542 6) TESTS=${IPV6_TESTS};;
2577 for t in $TESTS
2585 if [ "$TESTS" != "none" ]; then
H A Dfdb_flush.sh26 TESTS="
772 t) TESTS=$OPTARG;;
810 for t in $TESTS
H A Dtest_vxlan_mdb.sh123 TESTS="
2488 (options: $TESTS)
2504 t) TESTS=$OPTARG;;
2505 c) TESTS=${CONTROL_PATH_TESTS};;
2506 d) TESTS=${DATA_PATH_TESTS};;
2552 for t in $TESTS
2557 if [ "$TESTS" != "none" ]; then
H A Dvlan_hw_filter.sh34 for current_test in ${TESTS:-$ALL_TESTS}; do
H A Dsrv6_end_dx6_netfilter_test.sh151 if [ "$TESTS" != "none" ]; then
/linux/tools/testing/selftests/powerpc/ptrace/
H A DMakefile21 TESTS += ptrace-gpr
23 TEST_GEN_PROGS := $(TESTS) $(TESTS_64)
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dresource_scale.sh39 for current_test in ${TESTS:-$ALL_TESTS}; do
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dresource_scale.sh36 for current_test in ${TESTS:-$ALL_TESTS}; do
/linux/tools/testing/selftests/ptp/
H A Dphc.sh82 for current_test in ${TESTS:-$ALL_TESTS}; do
/linux/tools/testing/selftests/net/forwarding/
H A Dlib_sh_test.sh164 out=$(TESTS="$tests" exit_status_tests_run)

12