Home
last modified time | relevance | path

Searched refs:NS_TIMES (Results 1 - 14 of 14) sorted by relevance

/third_party/ltp/testcases/network/stress/interface/
H A Dif4-addr-change.sh27 tst_res TINFO "ifconfig changes IPv4 address $NS_TIMES times"
29 while [ $cnt -lt $NS_TIMES ]; do
55 tst_res TINFO "ping $(tst_ipaddr):$(tst_ipaddr rhost) ${cnt}/$NS_TIMES"
64 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($NS_TIMES / 20))}
H A Dif-route-adddel.sh27 tst_res TINFO "'$cmd' add/del ${new_rt}${opt_rt} $NS_TIMES times"
35 while [ $cnt -le $NS_TIMES ]; do
66 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($NS_TIMES / 20))}
H A Dif-addr-adddel.sh23 tst_res TINFO "'$cmd' add/del IPv$TST_IPVER '$new_ip' $NS_TIMES times"
31 while [ $cnt -le $NS_TIMES ]; do
91 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($NS_TIMES / 20))}
/third_party/ltp/testcases/network/stress/route/
H A Droute4-rmmod63 NS_TIMES=${NS_TIMES:-10000}
208 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"
211 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"
221 while [ $cnt -lt $NS_TIMES ]; do
H A Droute6-rmmod63 NS_TIMES=${NS_TIMES:-10000}
204 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"
207 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"
217 while [ $cnt -lt $NS_TIMES ]; do
H A Droute-redirect.sh51 tst_res TINFO "modify route by ICMP redirects $NS_TIMES times"
53 while [ $cnt -lt $NS_TIMES ]; do
/third_party/ltp/testcases/network/stress/dns/
H A Ddns-stress.sh180 tst_resm TINFO "Handling name lookup queries '$NS_TIMES' times"
183 $DOMAIN $MIN_ID $MAX_ID $NS_TIMES"
190 tst_resm TINFO "Handling reverse lookup queries '$NS_TIMES' times"
193 $MIN_ID $MAX_ID $NS_TIMES"
/third_party/ltp/testcases/network/virt/
H A Dvirt_lib.sh171 local max=$(($start_id + $NS_TIMES - 1))
174 tst_res TINFO "add $NS_TIMES $virt_type, then delete"
193 local max=$(($NS_TIMES - 1))
196 tst_res TINFO "add/del $virt_type $NS_TIMES times"
356 start_id=$(($start_id + $NS_TIMES))
/third_party/ltp/testcases/network/stress/multicast/grp-operation/
H A Dmcast-group-source-filter.sh15 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"
H A Dmcast-group-same-group.sh15 tst_res TINFO "joining and leaving the same IPv$TST_IPVER multicast group on $MCASTNUM_NORMAL sockets in $NS_TIMES times"
H A Dmcast-lib.sh139 $MCAST_LCMD -l $NS_TIMES -a $maddr $params &
/third_party/ltp/testcases/network/mpls/
H A Dmpls01.sh51 local end=$((start + NS_TIMES))
/third_party/ltp/testcases/network/stress/ssh/
H A Dssh-stress.sh223 tst_rhost_run -s -c "netstress -r $NS_TIMES -l -H $localhost -g $lport > /dev/null"
/third_party/ltp/testcases/lib/
H A Dtst_net.sh1129 export NS_TIMES="${NS_TIMES:-10}"

Completed in 5 milliseconds