diff options
author | Peter Mikus <pmikus@cisco.com> | 2020-04-27 12:19:50 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2020-04-27 12:24:39 +0000 |
commit | fd70b6786c00f8a0f0021b517f0601154e0a0498 (patch) | |
tree | 21d9cfe2b3abca5c556254dcf6af4ecdb5b25e08 | |
parent | 52cb0f69629617c93c475771fc43e33b980f8c48 (diff) |
FIX: NF_density IPv4 profile
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I471c0cb98c24416d893248b55b376b03a4b8830a
-rw-r--r-- | resources/libraries/robot/shared/container.robot | 4 |
1 files 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 |