X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=resources%2Flibraries%2Frobot%2Fshared%2Finterfaces.robot;h=5f743e6f18276146928ab460eb721f11eed0fc41;hb=a00151f420029b9022ec9b442fceb8a9247bdc22;hp=f1dc89d3001f2cedd28259f8c2d28b50389505a7;hpb=b1af33fbcd345c9d4eca534072f6daf0c55c0305;p=csit.git diff --git a/resources/libraries/robot/shared/interfaces.robot b/resources/libraries/robot/shared/interfaces.robot index f1dc89d300..5f743e6f18 100644 --- a/resources/libraries/robot/shared/interfaces.robot +++ b/resources/libraries/robot/shared/interfaces.robot @@ -467,7 +467,7 @@ | | ... | ${vlan_per_chain}=${True} | ${start}=${1} | | | | FOR | ${id} | IN RANGE | ${start} | ${count} + 1 -| | | ${_dot1q} | Initialize layer dot1q on node on PF for chain +| | | ${_dot1q}= | Initialize layer dot1q on node on PF for chain | | | ... | dut=${dut} | pf=${pf} | id=${id} | vlan_per_chain=${vlan_per_chain} | | | # First id results in non-None indices, after that _1_ are defined. | | | ${_dot1q}= | Set Variable If | '${_dot1q}' == '${NONE}' @@ -590,10 +590,12 @@ | | | ${_ip4vxlan}= | Create VXLAN interface | | | ... | ${nodes['${dut}']} | ${_vni} | | | ... | 172.${pf}6.0.1 | 172.${pf}7.${_subnet}.2 -| | | ${_prev_mac}= | Set Variable If | '${dut}' == 'DUT1' -| | | ... | ${tg_if1_mac} | ${dut1_if2_mac} -| | | ${_next_mac}= | Set Variable If | '${dut}' == 'DUT1' and ${duts_count} == 2 -| | | ... | ${dut2_if1_mac} | ${tg_if2_mac} +| | | ${_prev_mac}= +| | | ... | Set Variable If | '${dut}' == 'DUT1' +| | | ... | ${TG_pf1_mac}[0] | ${DUT1_pf2_mac}[0] +| | | ${_next_mac}= +| | | ... | Set Variable If | '${dut}' == 'DUT1' and ${duts_count} == 2 +| | | ... | ${DUT2_pf1_mac}[0] | ${TG_pf2_mac}[0] | | | ${_even}= | Evaluate | ${pf} % 2 | | | ${_mac}= | Set Variable If | ${_even} | | | ... | ${_prev_mac} | ${_next_mac}