Home
last modified time | relevance | path

Searched refs:ROUTE_TOTAL (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/network/stress/interface/
H A Dif-route-addlarge.sh22 tst_res TINFO "'$cmd' add IPv$TST_IPVER $ROUTE_TOTAL routes"
35 if [ $ROUTE_TOTAL -gt $((xymax * xymax)) ]; then
36 tst_res TWARN "set ROUTE_TOTAL to $xymax * $xymax"
37 ROUTE_TOTAL=$((xymax * xymax))
40 while [ $cnt -le $ROUTE_TOTAL ]; do
68 tst_brk TBROK "Too large $ROUTE_TOTAL"
78 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($ROUTE_TOTAL / 20))}
/third_party/ltp/testcases/lib/
H A Dtst_net.sh1133 export ROUTE_TOTAL="${ROUTE_TOTAL:-100}"

Completed in 2 milliseconds