Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/backbone/
Dtest_mlr_multicast_routing.py168 self._verify_multicast_routing(ROUTER, MA1)
169 self._verify_multicast_routing(LEADER, MA2)
170 self._verify_multicast_routing(FED, MA3)
171 self._verify_multicast_routing(MED, MA4, is_med=True)
172 self._verify_multicast_routing(SED, MA5, is_med=True, is_sed=True)
198 def _verify_multicast_routing(self, nodeid: int, ma: str, is_med=False, is_sed=False): member in TestMlr