Lines Matching full:packets
6 # verifies that packets are correctly flooded in various cases such as deletion
201 local packets=("$@")
202 local num_remotes=${#packets[@]}
206 tc_check_packets "dev $rp2 ingress" $i ${packets[i - 1]}
207 check_err $? "remote $i - did not get expected number of packets"
214 # 'packets' will store how many packets are expected to be received
216 declare -a packets=(1 1 1 1 1 1 1 1 1 1 1 1)
223 # packets were flooded to each remote VTEP
229 flooding_check_packets "${packets[@]}"
237 packets=(2 2 2 2 2 2 1 1 1 2 2 2)
243 flooding_check_packets "${packets[@]}"
244 log_test "flood after 2 packets"
249 packets=(2 2 2 3 3 3 1 1 1 3 3 3)
255 flooding_check_packets "${packets[@]}"
256 log_test "flood after 3 packets"
261 packets=(2 2 2 4 4 4 1 1 1 3 3 3)
267 flooding_check_packets "${packets[@]}"
268 log_test "flood after 4 packets"
274 packets=(2 2 2 4 5 5 1 1 1 3 3 3)
278 flooding_check_packets "${packets[@]}"
279 log_test "flood after 5 packets"
283 packets=(2 2 2 4 5 6 1 1 1 3 3 3)
287 flooding_check_packets "${packets[@]}"
288 log_test "flood after 6 packets"
292 packets=(2 2 2 4 5 6 1 1 1 3 3 3)
296 flooding_check_packets "${packets[@]}"
297 log_test "flood after 7 packets"