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