X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=resources%2Flibraries%2Frobot%2Fcrypto%2Fipsec.robot;h=52a0e5fb668bfdbc2dc97a80d142f0105bf32719;hb=d65da6a72887238eae5dd3b7eb4e53055ef516c3;hp=7ee8748bbe6db601da6f1caf1d69dec83b663e00;hpb=186e30a749b404210c49081d2b6d1edfc58ffe90;p=csit.git diff --git a/resources/libraries/robot/crypto/ipsec.robot b/resources/libraries/robot/crypto/ipsec.robot index 7ee8748bbe..52a0e5fb66 100644 --- a/resources/libraries/robot/crypto/ipsec.robot +++ b/resources/libraries/robot/crypto/ipsec.robot @@ -251,3 +251,17 @@ | | FOR | ${dut} | IN | @{duts} | | | Run Keyword | ${dut}.Add SPD Flow Cache IPv4 Outbound | | END + +| Enable IPsec SPD Fast Path IPv4 Outbound +| | [Documentation] +| | ... | Enable IPsec SPD fast path IPv4 outbound in VPP configuration file. +| | +| | ... | *Arguments:* +| | ... | - value - The number buckets for spd fast path. Type: int +| | +| | [Arguments] | ${value} +| | +| | FOR | ${dut} | IN | @{duts} +| | | Run Keyword | ${dut}.Add IPsec SPD Fast Path IPv4 Outbound | on +| | | Run Keyword | ${dut}.Add IPsec SPD Fast Path Num Buckets | ${value} +| | END