diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-06-14 06:04:44 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-06-14 06:04:44 +0000 |
commit | 92b19ebfda6e26e97a038c78d73bf635e34bbc57 (patch) | |
tree | fc56062f264fe4929c53241c2c37731e50787008 /tests/vpp/device/crypto/eth2p-ethip6ipsectpt-ip6base-dev.robot | |
parent | cf4ae299ca38867b7e8c45b837ca1e764e28d2fb (diff) |
FIX: IPsec Functional teardown
Change-Id: If63d6815b4e0e9ed426e3bae8008635d9690c4a6
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'tests/vpp/device/crypto/eth2p-ethip6ipsectpt-ip6base-dev.robot')
-rw-r--r-- | tests/vpp/device/crypto/eth2p-ethip6ipsectpt-ip6base-dev.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vpp/device/crypto/eth2p-ethip6ipsectpt-ip6base-dev.robot b/tests/vpp/device/crypto/eth2p-ethip6ipsectpt-ip6base-dev.robot index 8fcc11c036..36724ff007 100644 --- a/tests/vpp/device/crypto/eth2p-ethip6ipsectpt-ip6base-dev.robot +++ b/tests/vpp/device/crypto/eth2p-ethip6ipsectpt-ip6base-dev.robot @@ -19,7 +19,7 @@ | ... | Test Setup | Set up IPSec SW device functional test | IPv6 | ... -| Test Teardown | Tear down VPP device test +| Test Teardown | Tear down IPSec SW device functional test | ... | Documentation | *IPv6 IPsec transport mode test suite.* | ... @@ -118,4 +118,4 @@ | | Then Send IPsec Packet and verify ESP encapsulation in received packet | | ... | ${tg_node} | ${tg_if} | ${dut_if_mac} | | ... | ${encr_alg} | ${encr_key} | ${auth_alg} | ${auth_key} | ${tg_spi} -| | ... | ${dut_spi} | ${tg_tun_ip} | ${dut_tun_ip}
\ No newline at end of file +| | ... | ${dut_spi} | ${tg_tun_ip} | ${dut_tun_ip} |