Lines Matching full:sed
42 # fed sed
55 # - r1 =>> mesh-local all-thread (four hops). Expected response from [r2, r3, r4, fed, sed].
57 # - r1 =>> realm-local scope mcast addr (on r2 and sed). Expected to receive on [r2, sed].
58 … =>> realm-local scope mcast addr (on r2 and sed) without `multicast-loop`. Expected to receive f…
59 … =>> realm-local scope mcast addr (on r2 and sed) with `multicast-loop`. Expected to receive from…
60 # - sed =>> realm-local scope mcast addr (on r2 and sed) without `multicast-loop`. Expected to rece…
61 # - sed =>> realm-local scope mcast addr (on r2 and sed) with `multicast-loop`. Expected to receive…
63 # - r3 =>> site-local mcast addr (on r1, r2, sed). Expected to receive from [r1, r2, sed].
64 …- r1 =>> site-local mcast addr (on r1, r2, sed) with `multicast-loop`. Expected to receive from […
65 …- r1 =>> site-local mcast addr (on r1, r2, sed) without `multicast-loop`. Expected to receive fro…
66 # - sed =>> site-local mcast addr (on r1, r2, sed). Expected to receive from [r1, r2].
83 sed = cli.Node() variable
100 r4.allowlist_node(sed)
102 sed.allowlist_node(r4)
110 sed.join(r3, cli.JOIN_TYPE_SLEEPY_END_DEVICE)
112 sed.set_pollperiod(600)
119 verify(sed.get_state() == 'child')
186 for node in [r1, r2, r3, r4, sed]:
194 for node in [r1, r2, r3, r4, sed]:
225 # r1 =>> mesh-local all-thread (four hops). Expected response from [r2, r3, r4, fed, sed].
230 for node in [r2, r3, r4, fed, sed]:
235 # Subscribe to a realm-local scope multicast address on r2 and sed
239 sed.add_ip_maddr(mcast_addr)
243 maddrs = sed.get_ip_maddrs()
246 # r1 =>> realm-local scope mcast addr (on r2 and sed). Expected to receive on [r2, sed].
250 for node in [r2, sed]:
254 … =>> realm-local scope mcast addr (on r2 and sed) without `multicast-loop`. Expected to receive f…
258 for node in [sed]:
262 … =>> realm-local scope mcast addr (on r2 and sed) with `multicast-loop`. Expected to receive from…
266 for node in [r2, sed]:
270 # sed =>> realm-local scope mcast addr (on r2 and sed) without `multicast-loop`. Expected to recei…
272 outputs = sed.cli('ping', mcast_addr)
278 # sed =>> realm-local scope mcast addr (on r2 and sed) with `multicast-loop`. Expected to receive …
280 outputs = sed.cli('ping', '-m', mcast_addr)
282 for node in [r2, sed]:
287 # Subscribe to a larger than realm-local scope (site-local) multicast address on r1, r2, and sed
292 sed.add_ip_maddr(mcast_addr)
298 maddrs = sed.get_ip_maddrs()
301 # r3 =>> site-local mcast addr (on r1, r2, sed) with `multicast-loop`. Expected to receive from [r…
305 for node in [r1, r2, sed]:
309 # r1 =>> site-local mcast addr (on r1, r2, sed) with `multicast-loop`. Expected to receive from [r…
313 for node in [r1, r2, sed]:
317 # r1 =>> site-local mcast addr (on r1, r2, sed) without `multicast-loop`. Expected to receive from…
321 for node in [r2, sed]:
325 # sed =>> site-local mcast addr (on r1, r2, sed) without `multicast-loop`. Expected to receive fro…
327 outputs = sed.cli('ping', mcast_addr)