OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NS_TIMES
(Results
1 - 22
of
22
) sorted by null
/external/ltp/testcases/network/stress/interface/
if4-addr-change
27
CHECK_INTERVAL=${CHECK_INTERVAL:-$(($
NS_TIMES
/ 100))}
35
tst_resm TINFO "ifconfig changes IPv4 address $
NS_TIMES
times"
44
while [ $cnt -lt $
NS_TIMES
]; do
if-addr-adddel
26
CHECK_INTERVAL=${CHECK_INTERVAL:-$(($
NS_TIMES
/ 100))}
48
tst_resm TINFO "'$cmd_name' add/del IPv$ipver '$new_ip' $
NS_TIMES
times"
56
while [ $cnt -le $
NS_TIMES
]; do
if-route-adddel
25
CHECK_INTERVAL=${CHECK_INTERVAL:-$(($
NS_TIMES
/ 100))}
52
tst_resm TINFO "'$cmd_name' add/del ${new_rt}${opt_rt} $
NS_TIMES
times"
60
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/multicast/grp-operation/
mcast4-grpope03
64
NS_TIMES
=${
NS_TIMES
:-10000}
176
tst_resm TINFO "Verify that the kernel is not crashed when joining and leaving the same IPv4 multicast group on $MCASTNUM_NORMAL sockets in $
NS_TIMES
times"
190
ns-mcast_join -f 4 -I $lhost_ifname -l $
NS_TIMES
-a $MCAST_ADDR &
mcast4-grpope04
65
NS_TIMES
=${
NS_TIMES
:-10000}
180
tst_resm TINFO "Verify that the kernel is not crashed when joining and leaving ame IPv4 multicast group with different source filters on $MCASTNUM_NORMAL sockets in $
NS_TIMES
times"
209
ns-mcast_join -f 4 -I $lhost_ifname -l $
NS_TIMES
-a $MCAST_ADDR -F $filter -s $source_addr &
mcast6-grpope03
64
NS_TIMES
=${
NS_TIMES
:-10000}
173
tst_resm TINFO "Verify that the kernel is not crashed when joining and leaving the same IPv6 multicast group on $MCASTNUM_NORMAL sockets in $
NS_TIMES
times"
187
ns-mcast_join -f 6 -I $lhost_ifname -l $
NS_TIMES
-a $MCAST_ADDR &
mcast6-grpope04
65
NS_TIMES
=${
NS_TIMES
:-10000}
177
tst_resm TINFO "Verify that the kernel is not crashed when joining and leaving ame IPv6 multicast group with different source filters on $MCASTNUM_NORMAL sockets in $
NS_TIMES
times"
205
ns-mcast_join -f 6 -I $lhost_ifname -l $
NS_TIMES
-a $MCAST_ADDR -F $filter -s $source_addr &
/external/ltp/testcases/network/stress/dns/
dns-stress
190
tst_resm TINFO "Handling name lookup queries '$
NS_TIMES
' times"
193
$DOMAIN $MIN_ID $MAX_ID $
NS_TIMES
"
200
tst_resm TINFO "Handling reverse lookup queries '$
NS_TIMES
' times"
203
$MIN_ID $MAX_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
397
export
NS_TIMES
=${
NS_TIMES
:-"10000"}
Completed in 114 milliseconds