From a00151f420029b9022ec9b442fceb8a9247bdc22 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 20 Apr 2020 11:23:16 +0000 Subject: FIX: NF_density tests Signed-off-by: Peter Mikus Change-Id: Ic305d135b14697332436d6afd76173eff0c3874b --- resources/libraries/robot/shared/interfaces.robot | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'resources/libraries') 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} -- cgit 1.2.3-korg