Lines Matching refs:r3
64 r3 = cli.Node() variable
69 nodes = [r1, r2, r3, r4, fed1, med3]
78 r2.allowlist_node(r3)
80 r3.allowlist_node(r2)
81 r3.allowlist_node(r4)
82 r3.allowlist_node(med3)
84 r4.allowlist_node(r3)
87 med3.allowlist_node(r3)
91 r3.join(r2)
92 r4.join(r3)
94 med3.join(r3, cli.JOIN_TYPE_END_DEVICE)
98 verify(r3.get_state() == 'router')
131 r3.add_route('fd00:3::/64', 's', 'med')
132 r3.add_route('fd00:4::/32', 'med')
133 r3.register_netdata()
169 r3.ping('fd00:1:1::2', count=3, verify_success=False)
188 r3_counter = r3.get_br_counter_unicast_outbound_packets()
192 verify(r3_counter + 2 == r3.get_br_counter_unicast_outbound_packets())
200 r3_counter = r3.get_br_counter_unicast_outbound_packets()
205 verify(r3_counter == r3.get_br_counter_unicast_outbound_packets())
211 r3_counter = r3.get_br_counter_unicast_outbound_packets()
216 verify(r3_counter == r3.get_br_counter_unicast_outbound_packets())
222 r3_counter = r3.get_br_counter_unicast_outbound_packets()
227 verify(r3_counter + 3 == r3.get_br_counter_unicast_outbound_packets())
233 r3_counter = r3.get_br_counter_unicast_outbound_packets()
238 verify(r3_counter + 1 == r3.get_br_counter_unicast_outbound_packets())