/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 | 8 TESTS="$BASE_DIR"/kselftest-list.txt 9 if [ ! -r "$TESTS" ] ; then 10 echo "$0: Could not find list of tests to run ($TESTS)" >&2 13 available="$(cat "$TESTS")"
|
/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 | 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 | 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 | 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 | 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 | fib_rule_tests.sh | 21 TESTS=" 617 (options: $TESTS) 626 t) TESTS=$OPTARG;; 647 for t in $TESTS 657 help) echo "Test names: $TESTS"; exit 0;; 663 if [ "$TESTS" != "none" ]; then
|
H A D | test_bridge_backup_port.sh | 42 TESTS=" 698 (options: $TESTS) 713 t) TESTS=$OPTARG;; 765 for t in $TESTS 770 if [ "$TESTS" != "none" ]; then
|
H A D | test_bridge_neigh_suppress.sh | 52 TESTS=" 767 (options: $TESTS) 781 t) TESTS=$OPTARG;; 837 for t in $TESTS 842 if [ "$TESTS" != "none" ]; then
|
H A D | test_vxlan_vnifiltering.sh | 85 TESTS=" 556 t) TESTS=$OPTARG;; 594 for t in $TESTS 602 if [ "$TESTS" != "none" ]; then
|
H A D | gro.sh | 6 readonly TESTS=("data" "ack" "flags" "tcp" "ip" "large")
|
H A D | fib_nexthops.sh | 58 TESTS="${ALL_TESTS}" 2483 t) TESTS=$OPTARG;; 2484 4) TESTS=${IPV4_TESTS};; 2485 6) TESTS=${IPV6_TESTS};; 2520 for t in $TESTS 2528 if [ "$TESTS" != "none" ]; then
|
H A D | fdb_flush.sh | 26 TESTS=" 772 t) TESTS=$OPTARG;; 810 for t in $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
|
H A D | srv6_end_dx6_netfilter_test.sh | 151 if [ "$TESTS" != "none" ]; then
|
H A D | srv6_end_dx4_netfilter_test.sh | 151 if [ "$TESTS" != "none" ]; then
|
H A D | lib.sh | 359 for current_test in ${TESTS:-$ALL_TESTS}; do
|
/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 | 82 for current_test in ${TESTS:-$ALL_TESTS}; do
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | lib_sh_test.sh | 157 out=$(TESTS="$tests" exit_status_tests_run)
|
/linux/Documentation/litmus-tests/ |
H A D | README | 2 LITMUS TESTS
|