HomeSort by relevance Sort by last modified time
    Searched refs:NS_TIMES (Results 1 - 21 of 21) sorted by null

  /external/ltp/testcases/network/stress/multicast/grp-operation/
mcast-group-same-group 31 tst_res TINFO "joining and leaving the same IPv$TST_IPVER multicast group on $MCASTNUM_NORMAL sockets in $NS_TIMES times"
mcast-group-source-filter 31 tst_res TINFO "joining and leaving the same IPv$TST_IPVER multicast group with a different source filters on $MCASTNUM_NORMAL sockets in $NS_TIMES times"
mcast-lib.sh 147 $MCAST_LCMD -l $NS_TIMES -a $maddr $params &
  /external/ltp/testcases/network/stress/interface/
if4-addr-change 27 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($NS_TIMES / 20))}
43 tst_res TINFO "ifconfig changes IPv4 address $NS_TIMES times"
45 while [ $cnt -lt $NS_TIMES ]; do
71 tst_res TINFO "ping $(tst_ipaddr):$(tst_ipaddr rhost) ${cnt}/$NS_TIMES"
if-route-adddel 24 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($NS_TIMES / 20))}
43 tst_res TINFO "'$cmd' add/del ${new_rt}${opt_rt} $NS_TIMES times"
51 while [ $cnt -le $NS_TIMES ]; do
if-addr-adddel 25 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($NS_TIMES / 20))}
40 tst_res TINFO "'$cmd' add/del IPv$TST_IPVER '$new_ip' $NS_TIMES times"
48 while [ $cnt -le $NS_TIMES ]; do
  /external/ltp/testcases/network/stress/route/
route4-rmmod 63 NS_TIMES=${NS_TIMES:-10000}
205 tst_resm TINFO "Verify the kernel is not crashed when IPv4 route is add by route command then it is deleted by removing network driver in $NS_TIMES times"
208 tst_resm TINFO "Verify the kernel is not crashed when IPv4 route is add by ip command then it is deleted by removing network driver in $NS_TIMES times"
218 while [ $cnt -lt $NS_TIMES ]; do
route6-rmmod 63 NS_TIMES=${NS_TIMES:-10000}
201 tst_resm TINFO "Verify the kernel is not crashed when IPv6 route is add by route command then it is deleted by removing network driver in $NS_TIMES times"
204 tst_resm TINFO "Verify the kernel is not crashed when IPv6 route is add by ip command then it is deleted by removing network driver in $NS_TIMES times"
214 while [ $cnt -lt $NS_TIMES ]; do
route4-redirect 64 NS_TIMES=${NS_TIMES:-10000}
185 while [ $cnt -lt $NS_TIMES ]; do
route6-redirect 64 NS_TIMES=${NS_TIMES:-10000}
180 while [ $cnt -lt $NS_TIMES ]; do
route4-change-dst 65 NS_TIMES=${NS_TIMES:-10000}
190 tst_resm TINFO "Verify the kernel is not crashed when the destination of an IPv4 route is changed frequently by $test_command command in $NS_TIMES times"
212 while [ $cnt -lt $NS_TIMES ]; do
route6-change-dst 65 NS_TIMES=${NS_TIMES:-10000}
185 tst_resm TINFO "Verify the kernel is not crashed when the destination of an IPv6 route is changed frequently by $test_command command in $NS_TIMES times"
207 while [ $cnt -lt $NS_TIMES ]; do
route4-change-gw 65 NS_TIMES=${NS_TIMES:-10000}
192 tst_resm TINFO "Verify the kernel is not crashed when the gateway of an IPv4 route is changed frequently by $test_command command in $NS_TIMES times"
235 while [ $cnt -lt $NS_TIMES ]; do
route4-change-if 65 NS_TIMES=${NS_TIMES:-10000}
209 tst_resm TINFO "Verify the kernel is not crashed when the interface of an IPv4 route is changed frequently by $test_command command in $NS_TIMES times"
261 while [ $cnt -lt $NS_TIMES ]; do
route6-change-gw 64 NS_TIMES=${NS_TIMES:-10000}
190 tst_resm TINFO "Verify the kernel is not crashed when the gateway of an IPv6 route is changed frequently by $test_command command in $NS_TIMES times"
234 while [ $cnt -lt $NS_TIMES ]; do
route6-change-if 65 NS_TIMES=${NS_TIMES:-10000}
207 tst_resm TINFO "Verify the kernel is not crashed when the interface of an IPv6 route is changed frequently by $test_command command in $NS_TIMES times"
259 while [ $cnt -lt $NS_TIMES ]; do
  /external/ltp/testcases/network/stress/dns/
dns-stress 181 tst_resm TINFO "Handling name lookup queries '$NS_TIMES' times"
184 $DOMAIN $MIN_ID $MAX_ID $NS_TIMES"
191 tst_resm TINFO "Handling reverse lookup queries '$NS_TIMES' times"
194 $MIN_ID $MAX_ID $NS_TIMES"
  /external/ltp/testcases/network/virt/
virt_lib.sh 163 local max=$(($start_id + $NS_TIMES - 1))
166 tst_res TINFO "add $NS_TIMES $virt_type, then delete"
185 local max=$(($NS_TIMES - 1))
188 tst_res TINFO "add/del $virt_type $NS_TIMES times"
356 start_id=$(($start_id + $NS_TIMES))
  /external/ltp/testcases/network/stress/ssh/
ssh-stress 128 tst_resm TINFO "Forwarding TCP traffic with $NS_TIMES requests"
136 $rconfig $port $NS_TIMES"
  /external/ltp/testcases/network/mpls/
mpls01.sh 52 local end=$((start + NS_TIMES))
  /external/ltp/testcases/lib/
tst_net.sh 780 export NS_TIMES="${NS_TIMES:-10}"

Completed in 1590 milliseconds