aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2019-06-17 15:13:53 +0200
committerJan Gelety <jgelety@cisco.com>2019-06-17 15:13:53 +0200
commitccef9f4e7e2e8cb04cb2de5e43e59d4fd15cf8b6 (patch)
tree7baf31b9c4eb4f19a779cf56dc6b3de42d61065f
parent5c60eb4bb3b2064132f7a424f846f519012e02e6 (diff)
Add packet trace to teardown of all vpp-device func tests
Change-Id: I26ad1f9a481d3d7ecdb0ad4e85d521756302e09b Signed-off-by: Jan Gelety <jgelety@cisco.com>
-rw-r--r--tests/vpp/device/ip4/eth2p-ethip4-ip4base-dev.robot2
-rw-r--r--tests/vpp/device/ip6/eth2p-ethip6-ip6base-dev.robot2
-rw-r--r--tests/vpp/device/l2bd/eth2p-eth-l2bdbasemaclrn-dev.robot2
-rw-r--r--tests/vpp/device/l2xc/eth2p-ethicmp-l2xcbase-dev.robot2
4 files changed, 4 insertions, 4 deletions
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*
| ...