mirror of
https://github.com/espressif/openthread.git
synced 2026-08-08 11:47:46 +00:00
[scripts] MATN-TC-03: Thread device incorrectly attempts Commissioners (de)registration functions (#6435)
This commit is contained in:
@@ -1182,6 +1182,7 @@ class NodeImpl:
|
||||
def register_multicast_listener(self, *ipaddrs: Union[ipaddress.IPv6Address, str], timeout=None):
|
||||
assert len(ipaddrs) > 0, ipaddrs
|
||||
|
||||
ipaddrs = map(str, ipaddrs)
|
||||
cmd = f'mlr reg {" ".join(ipaddrs)}'
|
||||
if timeout is not None:
|
||||
cmd += f' {int(timeout)}'
|
||||
|
||||
Reference in New Issue
Block a user