From 74645c0e6e5ac620ad1d1c3b3ca7d29c2e1e9637 Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Tue, 24 Sep 2024 11:30:47 -0700 Subject: [PATCH] [test] get the address of correct node in test script (#10744) --- tests/toranj/cli/test-005-traffic-router-to-child.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/toranj/cli/test-005-traffic-router-to-child.py b/tests/toranj/cli/test-005-traffic-router-to-child.py index ac0044479..a99a33dd6 100755 --- a/tests/toranj/cli/test-005-traffic-router-to-child.py +++ b/tests/toranj/cli/test-005-traffic-router-to-child.py @@ -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