Skip to content

Commit

Permalink
[test] get the address of correct node in test script (openthread#10744)
Browse files Browse the repository at this point in the history
  • Loading branch information
abtink authored Sep 24, 2024
1 parent c182933 commit 74645c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/toranj/cli/test-005-traffic-router-to-child.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@

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
Expand Down

0 comments on commit 74645c0

Please sign in to comment.