diff options
author | Tibor Frank <tifrank@cisco.com> | 2017-03-13 13:22:08 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-04-18 11:24:44 +0200 |
commit | 28bab4e715a123199972bdc5f79f6a508a879fd6 (patch) | |
tree | 0b6c3a3aa71eb80143eae2c62086a61e153818c6 /resources/libraries/robot/default.robot | |
parent | 4da982b7a0f5872de2cc721607894216a20892f4 (diff) |
CSIT-545: Performance tests for SNAT
- High level definition (HLD)
- Low level definition (LLD)
- Add keywords to set SNAT
- Add tests according to HLD, LLD
Change-Id: I7bf0b1870ac9c3adb36bb6590be9a3eb4ea8aa9a
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/libraries/robot/default.robot')
-rw-r--r-- | resources/libraries/robot/default.robot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/libraries/robot/default.robot b/resources/libraries/robot/default.robot index 08315c32ef..05314d6a15 100644 --- a/resources/libraries/robot/default.robot +++ b/resources/libraries/robot/default.robot @@ -281,6 +281,13 @@ | | :FOR | ${dut} | IN | @{duts} | | | Add Enable Vhost User Config | ${nodes['${dut}']} +| Add SNAT to all DUTs +| | [Documentation] | Add SNAT configuration to all DUTs. +| | ... +| | ${duts}= | Get Matches | ${nodes} | DUT* +| | :FOR | ${dut} | IN | @{duts} +| | | Add SNAT Config | ${nodes['${dut}']} + | Add Cryptodev to all DUTs | | [Documentation] | AddCryptodev to VPP startup configuration to all | | ... | DUTs @@ -310,6 +317,7 @@ | | | Remove Rxqueues Config | ${nodes['${dut}']} | | | Remove No Multi Seg Config | ${nodes['${dut}']} | | | Remove Enable Vhost User Config | ${nodes['${dut}']} +| | | Remove SNAT Config | ${nodes['${dut}']} | Setup default startup configuration of VPP on all DUTs | | [Documentation] | Setup default startup configuration of VPP to all DUTs. |