Home
last modified time | relevance | path

Searched refs:get_br_counter_unicast_outbound_packets (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/tests/toranj/cli/
Dtest-007-off-mesh-route-traffic.py154 r1_counter = r1.get_br_counter_unicast_outbound_packets()
155 r2_counter = r2.get_br_counter_unicast_outbound_packets()
159 verify(r1_counter == r1.get_br_counter_unicast_outbound_packets())
160 verify(r2_counter + 1 == r2.get_br_counter_unicast_outbound_packets())
166 r1_counter = r1.get_br_counter_unicast_outbound_packets()
167 r4_counter = r4.get_br_counter_unicast_outbound_packets()
171 verify(r1_counter + 3 == r1.get_br_counter_unicast_outbound_packets())
172 verify(r4_counter == r4.get_br_counter_unicast_outbound_packets())
177 r1_counter = r1.get_br_counter_unicast_outbound_packets()
178 r4_counter = r4.get_br_counter_unicast_outbound_packets()
[all …]
Dtest-504-br-icmp-unreach-err.py132 verify(br2.get_br_counter_unicast_outbound_packets() == 1)
145 verify(br2.get_br_counter_unicast_outbound_packets() == 2)
157 verify(br2.get_br_counter_unicast_outbound_packets() == 3)
Dtest-027-slaac-address.py192 r1_counter = r1.get_br_counter_unicast_outbound_packets()
196 verify(r1_counter + 1 == r1.get_br_counter_unicast_outbound_packets())
203 r1_counter = r1.get_br_counter_unicast_outbound_packets()
207 verify(r1_counter + 1 == r1.get_br_counter_unicast_outbound_packets())
Dcli.py481 def get_br_counter_unicast_outbound_packets(self): member in Node