diff options
author | Juraj Linkeš <juraj.linkes@pantheon.tech> | 2023-06-20 10:52:03 +0200 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2023-06-21 08:49:04 +0000 |
commit | f089a2cace0f7c58c695629a530e6e5d2c2f030a (patch) | |
tree | c2a70b19fee3db65a1c336daa4220b2ff2bec466 /resources/libraries/robot | |
parent | ea81830e9d656edf42844526d0a50533ff3c41ce (diff) |
feat(infra): update 3n-alt cx6 iterative tests
Add ipsec reassembly test cases to bring in line with 3n-icx.
Add ipsec policy test cases with flow cache enabled for both inbound and
outbound traffic.
Remove GTPU hardware tests as the NIC doesn't support GTPU offload RX.
Change-Id: I7b18914f983d5974b390f995ec638a64b9bbccbb
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
Diffstat (limited to 'resources/libraries/robot')
-rw-r--r-- | resources/libraries/robot/crypto/ipsec.robot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/libraries/robot/crypto/ipsec.robot b/resources/libraries/robot/crypto/ipsec.robot index ee506e1d40..2e58a9c3a9 100644 --- a/resources/libraries/robot/crypto/ipsec.robot +++ b/resources/libraries/robot/crypto/ipsec.robot @@ -244,6 +244,14 @@ | | VPP IPSec Crypto SW Scheduler Set Worker on all DUTs | | ... | ${nodes} | workers=${cpu_dp} | crypto_enable=${False} +| Enable SPD flow cache IPv4 Inbound +| | [Documentation] +| | ... | Enable IPv4 Inbound SPD flow cache in VPP configuration file. +| | +| | FOR | ${dut} | IN | @{duts} +| | | Run Keyword | ${dut}.Add IPsec SPD Flow cache IPv4 Inbound | on +| | END + | Enable SPD flow cache IPv4 Outbound | | [Documentation] | | ... | Enable IPv4 Outbound SPD flow cache in VPP configuration file. |