From 92b19ebfda6e26e97a038c78d73bf635e34bbc57 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 14 Jun 2019 06:04:44 +0000 Subject: [PATCH] FIX: IPsec Functional teardown Change-Id: If63d6815b4e0e9ed426e3bae8008635d9690c4a6 Signed-off-by: Peter Mikus --- tests/vpp/device/crypto/eth2p-ethip4ipsectnl-ip4base-dev.robot | 2 +- tests/vpp/device/crypto/eth2p-ethip4ipsectpt-ip4base-dev.robot | 4 ++-- tests/vpp/device/crypto/eth2p-ethip6ipsectnl-ip6base-dev.robot | 2 +- tests/vpp/device/crypto/eth2p-ethip6ipsectpt-ip6base-dev.robot | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/vpp/device/crypto/eth2p-ethip4ipsectnl-ip4base-dev.robot b/tests/vpp/device/crypto/eth2p-ethip4ipsectnl-ip4base-dev.robot index c6ac8f26e9..6983b079eb 100644 --- a/tests/vpp/device/crypto/eth2p-ethip4ipsectnl-ip4base-dev.robot +++ b/tests/vpp/device/crypto/eth2p-ethip4ipsectnl-ip4base-dev.robot @@ -19,7 +19,7 @@ | ... | Test Setup | Set up IPSec SW device functional test | IPv4 | ... -| Test Teardown | Tear down VPP device test +| Test Teardown | Tear down IPSec SW device functional test | ... | Documentation | *IPv4 IPsec tunnel mode test suite.* | ... diff --git a/tests/vpp/device/crypto/eth2p-ethip4ipsectpt-ip4base-dev.robot b/tests/vpp/device/crypto/eth2p-ethip4ipsectpt-ip4base-dev.robot index 83507e5f14..3355ca0667 100644 --- a/tests/vpp/device/crypto/eth2p-ethip4ipsectpt-ip4base-dev.robot +++ b/tests/vpp/device/crypto/eth2p-ethip4ipsectpt-ip4base-dev.robot @@ -19,7 +19,7 @@ | ... | Test Setup | Set up IPSec SW device functional test | IPv4 | ... -| Test Teardown | Tear down VPP device test +| Test Teardown | Tear down IPSec SW device functional test | ... | Documentation | *IPv4 IPsec transport mode test suite.* | ... @@ -113,4 +113,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} diff --git a/tests/vpp/device/crypto/eth2p-ethip6ipsectnl-ip6base-dev.robot b/tests/vpp/device/crypto/eth2p-ethip6ipsectnl-ip6base-dev.robot index 43f9dcf078..d17d94b5ed 100644 --- a/tests/vpp/device/crypto/eth2p-ethip6ipsectnl-ip6base-dev.robot +++ b/tests/vpp/device/crypto/eth2p-ethip6ipsectnl-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 tunnel mode test suite.* | ... 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} -- 2.16.6