mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 08:07:47 +00:00
[test] get the address of correct node in test script (#10744)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user