Lines Matching refs:r2
56 r2 = cli.Node(cli.RADIO_15_4_TREL) variable
63 r1.allowlist_node(r2)
65 r2.allowlist_node(r1)
66 r2.allowlist_node(r3)
67 r2.allowlist_node(c2)
69 r3.allowlist_node(r2)
71 c2.allowlist_node(r2)
75 r2.join(r1)
76 r3.join(r2)
77 c2.join(r2, cli.JOIN_TYPE_END_DEVICE)
80 verify(r2.get_state() == 'router')
88 verify(r2.multiradio_get_radios() == '[15.4, TREL]')
130 r2.ping(r1_ml_addr, size=1000, count=2)
131 r2.ping(r3_ml_addr, size=1000, count=2)