feat(infra): update 3n-alt cx6 iterative tests
[csit.git] / resources / libraries / robot / crypto / ipsec.robot
index ee506e1..2e58a9c 100644 (file)
 | | 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.