[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:
Eduardo Montoya
2021-07-07 14:11:32 -07:00
committed by GitHub
parent dc90ed51d4
commit a0c34f8230
2 changed files with 18 additions and 10 deletions
+4
View File
@@ -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')