From 6871d4e7f6ed43ce0bb003cb08e88b2581a474eb Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Tue, 18 Jun 2019 20:31:48 +0000 Subject: Align suite/test teardown/setup + Phase I - aligning FUNC/PERF Change-Id: I46b1e43687ddb29f5ed3c6335fe1baf21ec02822 Signed-off-by: Peter Mikus --- .../eth2p-eth-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot | 5 +---- .../container_memif/eth2p-eth-l2xcbase-eth-2memif-1dcr-dev.robot | 5 +---- .../container_memif/eth2p-ethip4-ip4base-eth-2memif-1dcr-dev.robot | 5 +---- .../container_memif/eth2p-ethip6-ip6base-eth-2memif-1dcr-dev.robot | 5 +---- 4 files changed, 4 insertions(+), 16 deletions(-) (limited to 'tests/vpp/device/container_memif') diff --git a/tests/vpp/device/container_memif/eth2p-eth-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot b/tests/vpp/device/container_memif/eth2p-eth-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot index ac1251be3e..b504507a25 100644 --- a/tests/vpp/device/container_memif/eth2p-eth-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot +++ b/tests/vpp/device/container_memif/eth2p-eth-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot @@ -23,10 +23,7 @@ | ... | Test Setup | Set up VPP device test | ... -| Test Teardown | Run Keywords -| ... | Tear down functional test with container -| ... | AND | Tear down VPP device test -| ... | AND | Show Memif on all DUTs | ${nodes} +| Test Teardown | Tear down test | packet_trace | container | ... | Documentation | *L2 bridge-domain test cases with memif interface* | ... diff --git a/tests/vpp/device/container_memif/eth2p-eth-l2xcbase-eth-2memif-1dcr-dev.robot b/tests/vpp/device/container_memif/eth2p-eth-l2xcbase-eth-2memif-1dcr-dev.robot index 0c4ec0e5f9..1d1fb15722 100644 --- a/tests/vpp/device/container_memif/eth2p-eth-l2xcbase-eth-2memif-1dcr-dev.robot +++ b/tests/vpp/device/container_memif/eth2p-eth-l2xcbase-eth-2memif-1dcr-dev.robot @@ -23,10 +23,7 @@ | ... | Test Setup | Set up VPP device test | ... -| Test Teardown | Run Keywords -| ... | Tear down functional test with container -| ... | AND | Tear down VPP device test -| ... | AND | Show Memif on all DUTs | ${nodes} +| Test Teardown | Tear down test | packet_trace | container | ... | Documentation | *L2 cross-connect test cases with memif interface* | ... diff --git a/tests/vpp/device/container_memif/eth2p-ethip4-ip4base-eth-2memif-1dcr-dev.robot b/tests/vpp/device/container_memif/eth2p-ethip4-ip4base-eth-2memif-1dcr-dev.robot index 7fcf754ee5..2db7a79030 100644 --- a/tests/vpp/device/container_memif/eth2p-ethip4-ip4base-eth-2memif-1dcr-dev.robot +++ b/tests/vpp/device/container_memif/eth2p-ethip4-ip4base-eth-2memif-1dcr-dev.robot @@ -26,10 +26,7 @@ | ... | Test Setup | Set up VPP device test | ... -| Test Teardown | Run Keywords -| ... | Tear down functional test with container -| ... | AND | Tear down VPP device test -| ... | AND | Show Memif on all DUTs | ${nodes} +| Test Teardown | Tear down test | packet_trace | container | ... | Documentation | *IPv4 routing test cases with memif interface* | ... diff --git a/tests/vpp/device/container_memif/eth2p-ethip6-ip6base-eth-2memif-1dcr-dev.robot b/tests/vpp/device/container_memif/eth2p-ethip6-ip6base-eth-2memif-1dcr-dev.robot index fcf1ce0658..a6d3c8c8b8 100644 --- a/tests/vpp/device/container_memif/eth2p-ethip6-ip6base-eth-2memif-1dcr-dev.robot +++ b/tests/vpp/device/container_memif/eth2p-ethip6-ip6base-eth-2memif-1dcr-dev.robot @@ -25,10 +25,7 @@ | ... | Test Setup | Set up VPP device test | ... -| Test Teardown | Run Keywords -| ... | Tear down functional test with container -| ... | AND | Tear down VPP device test -| ... | AND | Show Memif on all DUTs | ${nodes} +| Test Teardown | Tear down test | packet_trace | container | ... | Documentation | *IPv4 routing test cases with memif interface* | ... -- cgit