diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-06-18 20:31:48 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-06-21 12:13:05 +0000 |
commit | 6871d4e7f6ed43ce0bb003cb08e88b2581a474eb (patch) | |
tree | 1ffdf006911d88de247d7dd0fc37818032c20461 /tests/vpp/device/crypto | |
parent | 8ded937abab242f2e096f83423e1dcecd1ecf722 (diff) |
Align suite/test teardown/setup
+ Phase I - aligning FUNC/PERF
Change-Id: I46b1e43687ddb29f5ed3c6335fe1baf21ec02822
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'tests/vpp/device/crypto')
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/vpp/device/crypto/eth2p-ethip4ipsectnl-ip4base-dev.robot b/tests/vpp/device/crypto/eth2p-ethip4ipsectnl-ip4base-dev.robot index 6983b079eb..8eec787f84 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 IPSec SW device functional test +| Test Teardown | Tear down test | packet_trace | ... | 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 3355ca0667..9b545933ed 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 IPSec SW device functional test +| Test Teardown | Tear down test | packet_trace | ... | Documentation | *IPv4 IPsec transport mode test suite.* | ... diff --git a/tests/vpp/device/crypto/eth2p-ethip6ipsectnl-ip6base-dev.robot b/tests/vpp/device/crypto/eth2p-ethip6ipsectnl-ip6base-dev.robot index d17d94b5ed..b0fd6c3823 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 IPSec SW device functional test +| Test Teardown | Tear down test | packet_trace | ... | 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 36724ff007..e65b89122d 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 IPSec SW device functional test +| Test Teardown | Tear down test | packet_trace | ... | Documentation | *IPv6 IPsec transport mode test suite.* | ... |