X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fcrypto%2Fipsec.robot;h=95fdb9134dfdc5c4907ebc2d48a9013dde1caca1;hb=1577123a3c27541181097cb4186aa8855f20b1cc;hp=b571fcd6ca9bbed8d05d99f780e3f3693da916f6;hpb=0e28406b43bf4ce145f1530f15dbb00957edf945;p=csit.git diff --git a/resources/libraries/robot/crypto/ipsec.robot b/resources/libraries/robot/crypto/ipsec.robot index b571fcd6ca..95fdb9134d 100644 --- a/resources/libraries/robot/crypto/ipsec.robot +++ b/resources/libraries/robot/crypto/ipsec.robot @@ -236,48 +236,3 @@ | | ${args}= | Set Variable If | "${r_tunnel}" == "${None}" | ${args} | | ... | ${args} --dst_tun ${r_tunnel} | | Run Traffic Script On Node | ipsec.py | ${node} | ${args} - -| Set up IPSec SW device functional test -| | [Documentation] -| | ... | Set up IPSec SW device functional test for required IP version. -| | ... -| | ... | *Arguments:* -| | ... | - ${ip_version} - IP version: IPv4 or IPv6. Type: string -| | ... -| | ... | *Example:* -| | ... -| | ... | \| Set up IPSec SW device functional test \| IPv4 \| -| | ... -| | [Arguments] | ${ip_version} -| | ... -| | ${duts}= | Get Matches | ${nodes} | DUT* -| | :FOR | ${dut} | IN | @{duts} -| | | Import Library | resources.libraries.python.VppConfigGenerator -| | | ... | WITH NAME | ${dut} -| | | Run keyword | ${dut}.Set Node | ${nodes['${dut}']} -| | | Run keyword | ${dut}.Set Vpp Startup Conf Backup -| | | Run keyword | ${dut}.Set Vpp Logfile | /tmp/vpp.log -| | | Run keyword | ${dut}.Add Unix Nodaemon -| | | Run keyword | ${dut}.Add Unix Log -| | | Run keyword | ${dut}.Add Unix Coredump -| | | Run keyword | ${dut}.Add Unix CLI Listen | /run/vpp/cli.sock -| | | Run keyword | ${dut}.Add Unix Gid -| | | Run keyword | ${dut}.Add Api Segment Gid -| | | ${socket_id}= | Set Variable | ${0} -| | | ${sw_dev_count}= | Set Variable | ${1} -| | | Run keyword | ${dut}.Add DPDK SW Cryptodev | aesni_mb | ${socket_id} -| | | ... | ${sw_dev_count} -| | | Run keyword | ${dut}.Add DPDK SW Cryptodev | aesni_gcm | ${socket_id} -| | | ... | ${sw_dev_count} -| | Write startup configuration on all VPP DUTs -| | Set up VPP device test -| | Run Keyword | Configure topology for ${ip_version} IPsec testing - -| Tear down IPSec SW device functional test -| | [Documentation] -| | ... | Tear down IPSec SW device functional test. -| | ... -| | ${duts}= | Get Matches | ${nodes} | DUT* -| | :FOR | ${dut} | IN | @{duts} -| | | Run keyword | ${dut}.Restore Config -| | Tear down VPP device test