Home
last modified time | relevance | path

Searched refs:ROUTE_TOTAL (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/network/stress/interface/
Dif-route-addlarge24 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($ROUTE_TOTAL / 20))}
38 tst_res TINFO "'$cmd' add IPv$TST_IPVER $ROUTE_TOTAL routes"
51 if [ $ROUTE_TOTAL -gt $((xymax * xymax)) ]; then
53 ROUTE_TOTAL=$((xymax * xymax))
56 while [ $cnt -le $ROUTE_TOTAL ]; do
84 tst_brk TBROK "Too large $ROUTE_TOTAL"
/external/ltp/testcases/network/stress/
DREADME98 ROUTE_TOTAL (for adding large number of route test)
179 o ROUTE_TOTAL (for adding large number of route test)
/external/ltp/testcases/lib/
Dtst_net.sh784 export ROUTE_TOTAL="${ROUTE_TOTAL:-100}"