From 7b226db0db360edcf3062dc794d64d25eb5ed57b Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 3 Jun 2020 10:52:37 +0000 Subject: FIX: IP4 IP6 3n-only ARP not resolved as ARP plugin is not in use. Signed-off-by: pmikus Change-Id: I655d39794f99e32a2f3905154d78e83853356ccf --- resources/libraries/robot/ip/ip4.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/robot/ip/ip4.robot') diff --git a/resources/libraries/robot/ip/ip4.robot b/resources/libraries/robot/ip/ip4.robot index 3b2724fe75..e555dc17ac 100644 --- a/resources/libraries/robot/ip/ip4.robot +++ b/resources/libraries/robot/ip/ip4.robot @@ -583,7 +583,7 @@ | | ... | Set Variable | ${dut2} | | ... | ELSE | Set Variable | ${dut1} | | ${dut_if2}= | Run Keyword If | '${dut2_status}' == 'PASS' -| | ... | Set Variable | ${dut2_if2} +| | ... | Set Variable | ${DUT2_${int}2}[0] | | ... | ELSE | Set Variable | ${subif_index_1} | | VPP Add IP Neighbor | | ... | ${dut} | ${dut_if2} | 3.3.3.1 | ${TG_pf2_mac}[0] -- cgit 1.2.3-korg