From: Jan Gelety Date: Mon, 17 Jun 2019 13:13:53 +0000 (+0200) Subject: Add packet trace to teardown of all vpp-device func tests X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=ccef9f4e7e2e8cb04cb2de5e43e59d4fd15cf8b6;hp=5c60eb4bb3b2064132f7a424f846f519012e02e6 Add packet trace to teardown of all vpp-device func tests Change-Id: I26ad1f9a481d3d7ecdb0ad4e85d521756302e09b Signed-off-by: Jan Gelety --- diff --git a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-dev.robot b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-dev.robot index dad29ff647..67e0704da4 100644 --- a/tests/vpp/device/ip4/eth2p-ethip4-ip4base-dev.robot +++ b/tests/vpp/device/ip4/eth2p-ethip4-ip4base-dev.robot @@ -22,7 +22,7 @@ | ... | Suite Setup | Setup suite single link | Test Setup | Setup test -| Test Teardown | Tear down test +| Test Teardown | Tear down test | packet_trace | ... | Documentation | *IPv4 routing test cases* | ... diff --git a/tests/vpp/device/ip6/eth2p-ethip6-ip6base-dev.robot b/tests/vpp/device/ip6/eth2p-ethip6-ip6base-dev.robot index 66a3a0f6da..424ff3e689 100644 --- a/tests/vpp/device/ip6/eth2p-ethip6-ip6base-dev.robot +++ b/tests/vpp/device/ip6/eth2p-ethip6-ip6base-dev.robot @@ -22,7 +22,7 @@ | ... | Suite Setup | Setup suite single link | Test Setup | Setup test -| Test Teardown | Tear down test +| Test Teardown | Tear down test | packet_trace | ... | Documentation | *IPv6 routing test cases* | ... diff --git a/tests/vpp/device/l2bd/eth2p-eth-l2bdbasemaclrn-dev.robot b/tests/vpp/device/l2bd/eth2p-eth-l2bdbasemaclrn-dev.robot index 47aae65d10..44e3f0147e 100644 --- a/tests/vpp/device/l2bd/eth2p-eth-l2bdbasemaclrn-dev.robot +++ b/tests/vpp/device/l2bd/eth2p-eth-l2bdbasemaclrn-dev.robot @@ -24,7 +24,7 @@ | ... | Suite Setup | Setup suite single link | Test Setup | Setup test -| Test Teardown | Tear down test +| Test Teardown | Tear down test | packet_trace | ... | Documentation | *L2 bridge-domain test cases* | ... diff --git a/tests/vpp/device/l2xc/eth2p-ethicmp-l2xcbase-dev.robot b/tests/vpp/device/l2xc/eth2p-ethicmp-l2xcbase-dev.robot index 7053f7ae74..bf1496be46 100644 --- a/tests/vpp/device/l2xc/eth2p-ethicmp-l2xcbase-dev.robot +++ b/tests/vpp/device/l2xc/eth2p-ethicmp-l2xcbase-dev.robot @@ -22,7 +22,7 @@ | ... | Suite Setup | Setup suite single link | Test Setup | Setup test -| Test Teardown | Tear down test +| Test Teardown | Tear down test | packet_trace | ... | Documentation | *L2 cross-connect test cases* | ...