diff options
Diffstat (limited to 'tests/vpp/device/interfaces')
3 files changed, 10 insertions, 3 deletions
diff --git a/tests/vpp/device/interfaces/2n1l-10ge2p1x710-ethicmp4-ip4base-eth-1tap-namespace-scapy.robot b/tests/vpp/device/interfaces/2n1l-10ge2p1x710-ethicmp4-ip4base-eth-1tap-namespace-scapy.robot index 863fc64833..df18b3db62 100644 --- a/tests/vpp/device/interfaces/2n1l-10ge2p1x710-ethicmp4-ip4base-eth-1tap-namespace-scapy.robot +++ b/tests/vpp/device/interfaces/2n1l-10ge2p1x710-ethicmp4-ip4base-eth-1tap-namespace-scapy.robot @@ -22,7 +22,7 @@ | | Suite Setup | Setup suite topology interfaces | scapy | Test Setup | Setup test | namespace -| Test Teardown | Tear down test | packet_trace | namespace +| Test Teardown | Tear down test | packet_trace | telemetry | namespace | | Test Template | Local Template | @@ -57,6 +57,8 @@ | ${tg_ip_address}= | 192.168.0.2 | ${tg_ip_address_GW}= | 192.168.0.0 | ${prefix}= | 24 +# Telemetry +| ${telemetry_profile}= | vpp_test_teardown *** Keywords *** | Local Template diff --git a/tests/vpp/device/interfaces/2n1l-10ge2p1x710-ethicmp4-ip4base-eth-1tap-scapy.robot b/tests/vpp/device/interfaces/2n1l-10ge2p1x710-ethicmp4-ip4base-eth-1tap-scapy.robot index 90707d57d3..e23855a1ef 100644 --- a/tests/vpp/device/interfaces/2n1l-10ge2p1x710-ethicmp4-ip4base-eth-1tap-scapy.robot +++ b/tests/vpp/device/interfaces/2n1l-10ge2p1x710-ethicmp4-ip4base-eth-1tap-scapy.robot @@ -21,7 +21,7 @@ | | Suite Setup | Setup suite topology interfaces | scapy | Test Setup | Setup test | namespace -| Test Teardown | Tear down test | packet_trace | namespace +| Test Teardown | Tear down test | packet_trace | telemetry | namespace | | Test Template | Local Template | @@ -56,6 +56,8 @@ | ${tg_ip_address}= | 192.168.0.2 | ${tg_ip_address_GW}= | 192.168.0.0 | ${prefix}= | 24 +# Telemetry +| ${telemetry_profile}= | vpp_test_teardown *** Keywords *** | Local Template diff --git a/tests/vpp/device/interfaces/2n1l-10ge2p1x710-ethip4-l2bdbasemaclrn-eth-2tap-scapy.robot b/tests/vpp/device/interfaces/2n1l-10ge2p1x710-ethip4-l2bdbasemaclrn-eth-2tap-scapy.robot index aae6fabc00..8a00466b25 100644 --- a/tests/vpp/device/interfaces/2n1l-10ge2p1x710-ethip4-l2bdbasemaclrn-eth-2tap-scapy.robot +++ b/tests/vpp/device/interfaces/2n1l-10ge2p1x710-ethip4-l2bdbasemaclrn-eth-2tap-scapy.robot @@ -21,7 +21,8 @@ | | Suite Setup | Setup suite topology interfaces | scapy | Test Setup | Setup test | namespace -| Test Teardown | Tear down test | packet_trace | namespace | linux_bridge +| Test Teardown | Tear down test | packet_trace | telemetry | namespace +| ... | linux_bridge | | Test Template | Local Template | @@ -51,6 +52,8 @@ | ${nic_vfs}= | 0 | ${overhead}= | ${0} | ${bid_TAP}= | tapBr +# Telemetry +| ${telemetry_profile}= | vpp_test_teardown *** Keywords *** | Local Template |