aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries
diff options
context:
space:
mode:
authorJuraj Linkeš <juraj.linkes@pantheon.tech>2023-06-20 10:52:03 +0200
committerPeter Mikus <peter.mikus@protonmail.ch>2023-06-21 08:49:25 +0000
commit355ad290aa21bff7a3b4ec419d59a3dca2ed587a (patch)
treedae229578289abacdf10abef6e098c34f6dbf07a /resources/libraries
parent406496bf89f174f621490d8b464d053d033d988d (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> (cherry picked from commit 291041b1aff544360c0bd94d43f313df6f641647)
Diffstat (limited to 'resources/libraries')
-rw-r--r--resources/libraries/robot/crypto/ipsec.robot8
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.