From fd70b6786c00f8a0f0021b517f0601154e0a0498 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 27 Apr 2020 12:19:50 +0000 Subject: [PATCH] FIX: NF_density IPv4 profile Signed-off-by: Peter Mikus Change-Id: I471c0cb98c24416d893248b55b376b03a4b8830a --- resources/libraries/robot/shared/container.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/libraries/robot/shared/container.robot b/resources/libraries/robot/shared/container.robot index 9cd54e811c..06ac1209e5 100644 --- a/resources/libraries/robot/shared/container.robot +++ b/resources/libraries/robot/shared/container.robot @@ -211,8 +211,8 @@ | | Run Keyword If | '${container_chain_topology}' == 'chain_ip4' | | ... | ${group}.Configure VPP In All Containers | | ... | ${container_chain_topology} -| | ... | tg_pf1_mac=${TG_pf1_mac} -| | ... | tg_pf2_mac=${TG_pf2_mac} +| | ... | tg_pf1_mac=${TG_pf1_mac}[0] +| | ... | tg_pf2_mac=${TG_pf2_mac}[0] | | ... | nodes=${nf_nodes} | | ... | ELSE IF | '${container_chain_topology}' == 'chain_ipsec' | | ... | ${group}.Configure VPP In All Containers -- 2.16.6