diff options
author | Jan Gelety <jgelety@cisco.com> | 2020-05-07 04:41:16 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2020-05-07 04:41:16 +0200 |
commit | 8a55a3515a2725ff8578d51778e32c334cabdc21 (patch) | |
tree | 7850095fee73498003c718c27d2c80aaa50aa6e9 /resources | |
parent | 36f7ba5f388e6fbf3bc23f5813228c616d196df9 (diff) |
FIX: SRv6 encap
Change-Id: I4b75b343fc144489d81f82dbb4917b4a70a9911b
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/libraries/robot/overlay/srv6.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/libraries/robot/overlay/srv6.robot b/resources/libraries/robot/overlay/srv6.robot index 806cab2f4d..d14d3049c4 100644 --- a/resources/libraries/robot/overlay/srv6.robot +++ b/resources/libraries/robot/overlay/srv6.robot @@ -268,7 +268,8 @@ | | ... | ${dut1} | ${DUT1_${int}2}[0] | ${dut2_if1_ip6} | ${TG_pf2_mac}[0] | | Run Keyword If | ${dut2_status} | | ... | VPP Add IP Neighbor -| | ... | ${dut2} | ${DUT2_${int}1}[0] | ${dut1_if2_ip6}| ${DUT1_${int}2_mac}[0] +| | ... | ${dut2} | ${DUT2_${int}1}[0] | ${dut1_if2_ip6} +| | ... | ${DUT1_${int}2_mac}[0] | | ${sid1}= | Set Variable If | | ... | "${n}" == "1" | ${dut2_sid1} | | ... | "${n}" == "2" | ${dut2_sid1_1} |