mirror of
https://github.com/espressif/openthread.git
synced 2026-08-17 16:09:51 +00:00
[dua] increase DUA registration test coverage (#6798)
Modify DUA registration test to check that ML-EID TLV content is as expected for every DUA.req sent.
This commit is contained in:
@@ -1512,6 +1512,10 @@ class NodeImpl:
|
||||
return addr
|
||||
return None
|
||||
|
||||
def get_mleid_iid(self):
|
||||
ml_eid = ipaddress.IPv6Address(self.get_mleid())
|
||||
return ml_eid.packed[8:].hex()
|
||||
|
||||
def get_eidcaches(self):
|
||||
eidcaches = []
|
||||
self.send_command('eidcache')
|
||||
|
||||
Reference in New Issue
Block a user