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

  /external/ltp/testcases/network/stress/multicast/grp-operation/
mcast-group-same-group 24 tst_resm TINFO "joining and leaving the same IPv$ipver multicast group on $MCASTNUM_NORMAL sockets in $NS_TIMES times"
mcast-group-source-filter 24 tst_resm TINFO "joining and leaving the same IPv$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 24 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($NS_TIMES / 20))}
40 tst_resm TINFO "ifconfig changes IPv4 address $NS_TIMES times"
44 while [ $cnt -lt $NS_TIMES ]; do
70 tst_resm TINFO "ping $(tst_ipaddr):$(tst_ipaddr rhost) ${cnt}/$NS_TIMES"
if-route-adddel 26 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($NS_TIMES / 20))}
53 tst_resm TINFO "'$cmd_name' add/del ${new_rt}${opt_rt} $NS_TIMES times"
61 while [ $cnt -le $NS_TIMES ]; do
if-addr-adddel 27 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($NS_TIMES / 20))}
49 tst_resm TINFO "'$cmd_name' add/del IPv$ipver '$new_ip' $NS_TIMES times"
57 while [ $cnt -le $NS_TIMES ]; do
  /external/ltp/testcases/network/stress/route/
route4-ifdown 63 NS_TIMES=${NS_TIMES:-10000}
182 tst_resm TINFO "Verify the kernel is not crashed when IPv4 route is add by route command then it is deleted by the interface down with ifconfing command in $NS_TIMES times"
185 tst_resm TINFO "Verify the kernel is not crashed when IPv4 route is add by ip command then it is deleted by the interface down with ip command in $NS_TIMES times"
195 while [ $cnt -lt $NS_TIMES ]; do
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-ifdown 63 NS_TIMES=${NS_TIMES:-10000}
173 tst_resm TINFO "Verify the kernel is not crashed when IPv6 route is add by route command then it is deleted by the interface down with ifconfing command in $NS_TIMES times"
176 tst_resm TINFO "Verify the kernel is not crashed when IPv6 route is add by ip command then it is deleted by the interface down with ip command in $NS_TIMES times"
186 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 182 tst_resm TINFO "Handling name lookup queries '$NS_TIMES' times"
185 $DOMAIN $MIN_ID $MAX_ID $NS_TIMES"
192 tst_resm TINFO "Handling reverse lookup queries '$NS_TIMES' times"
195 $MIN_ID $MAX_ID $NS_TIMES"
  /external/ltp/testcases/network/virt/
virt_lib.sh 147 local max=$(($start_id + $NS_TIMES - 1))
149 tst_resm TINFO "add $NS_TIMES $virt_type, then delete"
168 local max=$(($NS_TIMES - 1))
170 tst_resm TINFO "add/del $virt_type $NS_TIMES times"
369 start_id=$(($start_id + $NS_TIMES))
395 start_id=$(($start_id + $NS_TIMES))
  /external/ltp/testcases/network/stress/ssh/
ssh-stress 129 tst_resm TINFO "Forwarding TCP traffic with $NS_TIMES requests"
137 $rconfig $port $NS_TIMES"
  /external/ltp/testcases/lib/
test_net.sh 672 export NS_TIMES="${NS_TIMES:-2000}"

Completed in 146 milliseconds