diff options
author | Jan Gelety <jgelety@cisco.com> | 2020-09-16 16:45:36 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2020-10-23 14:53:19 +0200 |
commit | 07ec871862034f7f439ed269fc30c55f6f95e066 (patch) | |
tree | 8b92ced1bf561a16fcc2738e49c7dd98f5a52198 /resources/libraries/robot | |
parent | 905ab17015b24183770e3b55517482e30904d7f4 (diff) |
CSIT-1597 NAT44 API: dynamic config
- cover API changes in VPP: https://gerrit.fd.io/r/c/vpp/+/29463
- update vpp stable to version 21.01-rc0~283-g5f4f2081c
Change-Id: I079c10e4537448c3b078f22c3fe4ed266a5e2e2c
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/robot')
-rw-r--r-- | resources/libraries/robot/ip/nat.robot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/libraries/robot/ip/nat.robot b/resources/libraries/robot/ip/nat.robot index e80e1e1c85..dee04f0b61 100644 --- a/resources/libraries/robot/ip/nat.robot +++ b/resources/libraries/robot/ip/nat.robot @@ -40,6 +40,9 @@ | Initialize NAT44 endpoint-dependent mode in circular topology | | [Documentation] | Initialization of NAT44 endpoint-dependent mode on DUT1 | | +| | ${max_sessions}= | Compute Max Translations Per Thread +| | ... | ${n_sessions} | ${thr_count_int} +| | Enable NAT44 Plugin | ${dut1} | mode=${nat_mode} | sessions=${max_sessions} | | Configure inside and outside interfaces | | ... | ${dut1} | ${DUT1_${int}1}[0] | ${DUT1_${int}2}[0] | | Set NAT44 Address Range |