Lines Matching refs:r2
66 r2 = cli.Node() variable
77 r1.allowlist_node(r2)
80 r2.allowlist_node(fed)
81 r2.allowlist_node(r1)
82 r2.allowlist_node(c2)
83 r2.allowlist_node(r3)
85 c2.allowlist_node(r2)
90 r2.set_child_max(1)
91 verify(int(r2.get_child_max()) == 1)
98 r2.join(r1)
99 c2.join(r2, cli.JOIN_TYPE_END_DEVICE)
103 verify(r2.get_state() == 'router')
110 verify(int(info['Rloc'], 16) == int(r2.get_rloc16(), 16))