[test] get the address of correct node in test script (#10744)

This commit is contained in:
Abtin Keshavarzian
2024-09-24 11:30:47 -07:00
committed by GitHub
parent c182933979
commit 74645c0e6e
@@ -62,11 +62,11 @@ verify(node3.get_state() == 'child')
ll1 = node1.get_linklocal_ip_addr()
ll2 = node2.get_linklocal_ip_addr()
ll3 = node2.get_linklocal_ip_addr()
ll3 = node3.get_linklocal_ip_addr()
ml1 = node1.get_mleid_ip_addr()
ml2 = node2.get_mleid_ip_addr()
ml3 = node2.get_mleid_ip_addr()
ml3 = node3.get_mleid_ip_addr()
sizes = [0, 80, 500, 1000]
count = 2