X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fipsec.robot;h=b393fa6249570255acfd225920b5a4341b89c153;hb=5a94f1ee79a635df9fe8b54e440a099153c61ce6;hp=cf7cc0f6c0cea31702606c51c9a3bd2312a5a0a9;hpb=2d928a03f626506f5beca37f41de5e00e62e9053;p=csit.git diff --git a/resources/libraries/robot/ipsec.robot b/resources/libraries/robot/ipsec.robot index cf7cc0f6c0..b393fa6249 100644 --- a/resources/libraries/robot/ipsec.robot +++ b/resources/libraries/robot/ipsec.robot @@ -149,7 +149,7 @@ | | ... | *Example:* | | ... | \| ${encr_alg}= \| Crypto Alg AES CBC 128 \| | | ... | \| ${auth_alg}= \| Integ Alg SHA1 96 \| -| | ... | \| Setup IPsec Manual Keyed Connection \| ${nodes['DUT1']} \ +| | ... | \| VPP Setup IPsec Manual Keyed Connection \| ${nodes['DUT1']} \ | | ... | \| GigabitEthernet0/8/0 \| ${encr_alg} \| sixteenbytes_key \ | | ... | \| ${auth_alg} \| twentybytessecretkey \| ${1000} \| ${1001} \ | | ... | \| 192.168.4.4 \| 192.168.3.3 \| 192.168.100.3 \| 192.168.100.2 \|