diff options
author | Peter Mikus <pmikus@cisco.com> | 2017-08-25 12:51:57 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2017-08-28 14:11:33 +0000 |
commit | 2bdb1dc59ba736546a6663cbaf55b6edbcac6eab (patch) | |
tree | 2b06427c51f115500542898b167166e889d94cb8 /resources/libraries/robot/shared/default.robot | |
parent | b9ce06b180903e794a806e6eda7a1b076dc9cc8f (diff) |
FIX: SNAT -> NAT renaming of API
- Based on https://gerrit.fd.io/r/#/c/8146/
Change-Id: I774483c7e2b419a9b9b6be78812ecf53a5c91eab
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/robot/shared/default.robot')
-rw-r--r-- | resources/libraries/robot/shared/default.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/libraries/robot/shared/default.robot b/resources/libraries/robot/shared/default.robot index 3d1ce25732..48b61e5f86 100644 --- a/resources/libraries/robot/shared/default.robot +++ b/resources/libraries/robot/shared/default.robot @@ -254,12 +254,12 @@ | | :FOR | ${dut} | IN | @{duts} | | | Run keyword | ${dut}.Add DPDK Dev Default TXD | ${txd} -| Add SNAT to all DUTs -| | [Documentation] | Add SNAT configuration to all DUTs. +| Add NAT to all DUTs +| | [Documentation] | Add NAT configuration to all DUTs. | | ... | | ${duts}= | Get Matches | ${nodes} | DUT* | | :FOR | ${dut} | IN | @{duts} -| | | Run keyword | ${dut}.Add SNAT +| | | Run keyword | ${dut}.Add NAT | Add cryptodev to all DUTs | | [Documentation] | Add Cryptodev to VPP startup configuration to all DUTs. |