Home
last modified time | relevance | path

Searched refs:NS_TIMES (Results 1 – 22 of 22) sorted by relevance

/external/ltp/testcases/network/stress/interface/
Dif4-addr-change27 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"
Dif-route-adddel24 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
Dif-addr-adddel25 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/
Droute6-rmmod63 NS_TIMES=${NS_TIMES:-10000}
201 …Pv6 route is add by route command then it is deleted by removing network driver in $NS_TIMES times"
204 …n 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
Droute4-rmmod63 NS_TIMES=${NS_TIMES:-10000}
205 …Pv4 route is add by route command then it is deleted by removing network driver in $NS_TIMES times"
208 …n 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
Droute6-change-dst65 NS_TIMES=${NS_TIMES:-10000}
185 …the destination of an IPv6 route is changed frequently by $test_command command in $NS_TIMES times"
207 while [ $cnt -lt $NS_TIMES ]; do
Droute4-change-dst65 NS_TIMES=${NS_TIMES:-10000}
190 …the destination of an IPv4 route is changed frequently by $test_command command in $NS_TIMES times"
212 while [ $cnt -lt $NS_TIMES ]; do
Droute6-change-gw64 NS_TIMES=${NS_TIMES:-10000}
190 …hen the gateway of an IPv6 route is changed frequently by $test_command command in $NS_TIMES times"
234 while [ $cnt -lt $NS_TIMES ]; do
Droute4-change-gw65 NS_TIMES=${NS_TIMES:-10000}
192 …hen the gateway of an IPv4 route is changed frequently by $test_command command in $NS_TIMES times"
235 while [ $cnt -lt $NS_TIMES ]; do
Droute6-redirect64 NS_TIMES=${NS_TIMES:-10000}
180 while [ $cnt -lt $NS_TIMES ]; do
Droute4-redirect64 NS_TIMES=${NS_TIMES:-10000}
185 while [ $cnt -lt $NS_TIMES ]; do
Droute6-change-if65 NS_TIMES=${NS_TIMES:-10000}
207 …n the interface of an IPv6 route is changed frequently by $test_command command in $NS_TIMES times"
259 while [ $cnt -lt $NS_TIMES ]; do
Droute4-change-if65 NS_TIMES=${NS_TIMES:-10000}
209 …n the interface of an IPv4 route is changed frequently by $test_command command in $NS_TIMES times"
261 while [ $cnt -lt $NS_TIMES ]; do
/external/ltp/testcases/network/stress/dns/
Ddns-stress181 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/
Dvirt_lib.sh163 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/
Dssh-stress128 tst_resm TINFO "Forwarding TCP traffic with $NS_TIMES requests"
136 $rconfig $port $NS_TIMES"
/external/ltp/testcases/network/stress/multicast/grp-operation/
Dmcast-group-source-filter31 …VER multicast group with a different source filters on $MCASTNUM_NORMAL sockets in $NS_TIMES times"
Dmcast-group-same-group31 … and leaving the same IPv$TST_IPVER multicast group on $MCASTNUM_NORMAL sockets in $NS_TIMES times"
Dmcast-lib.sh147 $MCAST_LCMD -l $NS_TIMES -a $maddr $params &
/external/ltp/testcases/network/mpls/
Dmpls01.sh52 local end=$((start + NS_TIMES))
/external/ltp/testcases/network/stress/
DREADME94 NS_TIMES (for the repetition test)
160 o NS_TIMES (for the repetition test)
/external/ltp/testcases/lib/
Dtst_net.sh780 export NS_TIMES="${NS_TIMES:-10}"