From 7a9dfe35a2d80be24ba04ac6a4e5dd2983dd02d4 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Tue, 31 Mar 2020 05:05:20 +0200 Subject: [PATCH] FIX: ip4 Change-Id: I57fcb06c72caf517231f09478d9d6089d2f46af4 Signed-off-by: Jan Gelety --- resources/libraries/robot/ip/ip4.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/libraries/robot/ip/ip4.robot b/resources/libraries/robot/ip/ip4.robot index 192a136b79..c2d6e0dfe5 100644 --- a/resources/libraries/robot/ip/ip4.robot +++ b/resources/libraries/robot/ip/ip4.robot @@ -52,7 +52,7 @@ | | ... | ${dut1} | ${DUT1_${int}2}[0] | 1.1.1.2 | ${DUT2_${int}1_mac}[0] | | Run Keyword If | '${dut2_status}' == 'PASS' | | ... | VPP Add IP Neighbor -| | ... | ${dut2} | ${DUT2_${int}1_mac}[0] | 1.1.1.1 | ${DUT1_${int}2_mac}[0] +| | ... | ${dut2} | ${DUT2_${int}1}[0] | 1.1.1.1 | ${DUT1_${int}2_mac}[0] | | ${dut}= | Run Keyword If | '${dut2_status}' == 'PASS' | | ... | Set Variable | ${dut2} | | ... | ELSE | Set Variable | ${dut1} -- 2.16.6