Lines Matching refs:TEST_CASES
17 TEST_CASES=
54 6) TEST_CASES="$TEST_CASES net.ipv6 net.ipv6_lib";;
55 m) TEST_CASES="$TEST_CASES net.multicast";;
56 n) TEST_CASES="$TEST_CASES net.nfs";;
57 r) TEST_CASES="$TEST_CASES net.rpc";;
58 s) TEST_CASES="$TEST_CASES net.sctp";;
59 t) TEST_CASES="$TEST_CASES net.tcp_cmds";;
60 c) TEST_CASES="$TEST_CASES net.rpc_tests";;
61 d) TEST_CASES="$TEST_CASES net.tirpc_tests";;
62 a) TEST_CASES="$TEST_CASES net_stress.appl";;
63 e) TEST_CASES="$TEST_CASES net_stress.interface";;
64 b) TEST_CASES="$TEST_CASES net_stress.broken_ip";;
65 i) TEST_CASES="$TEST_CASES net_stress.ipsec_icmp";;
66 T) TEST_CASES="$TEST_CASES net_stress.ipsec_tcp";;
67 U) TEST_CASES="$TEST_CASES net_stress.ipsec_udp";;
68 D) TEST_CASES="$TEST_CASES net_stress.ipsec_dccp";;
69 S) TEST_CASES="$TEST_CASES net_stress.ipsec_sctp";;
70 R) TEST_CASES="$TEST_CASES net_stress.route";;
71 M) TEST_CASES="$TEST_CASES net_stress.multicast";;
72 F) TEST_CASES="$TEST_CASES net.features";;
73 f) TEST_CASES=${OPTARG};;
98 for t in $TEST_CASES; do