| /linux/tools/testing/selftests/sync/ |
| H A D | Makefile | 18 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 D | run_kselftest.sh | 15 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")" 46 TESTS="" 61 TESTS="$TESTS $2" 101 TESTS="$TESTS $found" 105 if [ -n "$TESTS" ]; then 107 for test in $TESTS ; do
|
| /linux/tools/net/ynl/tests/ |
| H A D | Makefile | 4 TESTS := \ macro 9 all: $(TESTS) 12 @for test in $(TESTS); do \ 16 install: $(TESTS) 20 @for test in $(TESTS); do \
|
| /linux/tools/testing/selftests/net/ |
| H A D | drop_monitor_tests.sh | 9 TESTS=" 130 (options: $TESTS) 139 t) TESTS=$OPTARG;; 201 for t in $TESTS 207 help) echo "Test names: $TESTS"; exit 0;; 211 if [ "$TESTS" != "none" ]; then
|
| H A D | gre_gso.sh | 9 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 D | test_vxlan_nolocalbypass.sh | 15 TESTS=" 169 (options: $TESTS) 183 t) TESTS=$OPTARG ;; 228 for t in $TESTS 233 if [ "$TESTS" != "none" ]; then
|
| H A D | vrf_strict_mode_test.sh | 15 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 D | test_vxlan_nh.sh | 5 TESTS=" 189 (options: $TESTS) 200 t) TESTS=$OPTARG;; 220 for t in $TESTS
|
| H A D | arp_ndisc_untracked_subnets.sh | 10 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 D | vrf_route_leaking.sh | 652 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 D | test_so_rcv.sh | 11 declare -A TESTS=( 39 arg=${TESTS[$test_name]}
|
| H A D | test_neigh.sh | 5 TESTS=" 335 (options: $TESTS) 346 t) TESTS=$OPTARG;; 363 for t in $TESTS
|
| H A D | fib_rule_tests.sh | 21 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 D | test_bridge_backup_port.sh | 42 TESTS=" 721 (options: $TESTS) 736 t) TESTS=$OPTARG;; 788 for t in $TESTS 793 if [ "$TESTS" != "none" ]; then
|
| H A D | test_vxlan_vnifiltering.sh | 85 TESTS=" 555 t) TESTS=$OPTARG;; 593 for t in $TESTS 601 if [ "$TESTS" != "none" ]; then
|
| H A D | test_bridge_neigh_suppress.sh | 52 TESTS=" 887 (options: $TESTS) 901 t) TESTS=$OPTARG;; 962 for t in $TESTS 967 if [ "$TESTS" != "none" ]; then
|
| H A D | fib_nexthops.sh | 58 TESTS="${ALL_TESTS}" 2551 t) TESTS=$OPTARG;; 2552 4) TESTS=${IPV4_TESTS};; 2553 6) TESTS=${IPV6_TESTS};; 2588 for t in $TESTS 2596 if [ "$TESTS" != "none" ]; then
|
| H A D | fdb_flush.sh | 26 TESTS=" 772 t) TESTS=$OPTARG;; 810 for t in $TESTS
|
| H A D | ipvtap_test.sh | 159 TESTS="$*"
|
| H A D | test_vxlan_mdb.sh | 123 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
|
| /linux/tools/testing/selftests/powerpc/ptrace/ |
| H A D | Makefile | 21 TESTS += ptrace-gpr 23 TEST_GEN_PROGS := $(TESTS) $(TESTS_64)
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
| H A D | resource_scale.sh | 39 for current_test in ${TESTS:-$ALL_TESTS}; do
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
| H A D | resource_scale.sh | 36 for current_test in ${TESTS:-$ALL_TESTS}; do
|
| /linux/tools/testing/selftests/ptp/ |
| H A D | phc.sh | 92 for current_test in ${TESTS:-$ALL_TESTS}; do
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | lib_sh_test.sh | 164 out=$(TESTS="$tests" exit_status_tests_run)
|