From e916ab4db7dec2cc0bb21dcc31460f819d68b0d5 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Thu, 2 Jan 2020 15:30:09 +0100 Subject: Support suite tags in autogen + Include a script to add suite tags to many suites at once. + Add suite tags also to device tests (not covered by autogen). Change-Id: I514ee6178e22999b43460028fe2696738b012f04 Signed-off-by: Vratko Polak --- tests/vpp/device/interfaces/eth2p-ethicmpv4-ip4base-eth-1tap-dev.robot | 1 + .../interfaces/eth2p-ethicmpv4-ip4base-eth-1tap-namespace-dev.robot | 1 + .../device/interfaces/eth2p-ethipv4-l2bdbasemaclrn-eth-2tap-dev.robot | 1 + 3 files changed, 3 insertions(+) (limited to 'tests/vpp/device/interfaces') diff --git a/tests/vpp/device/interfaces/eth2p-ethicmpv4-ip4base-eth-1tap-dev.robot b/tests/vpp/device/interfaces/eth2p-ethicmpv4-ip4base-eth-1tap-dev.robot index 33ac540982..e454f90dad 100644 --- a/tests/vpp/device/interfaces/eth2p-ethicmpv4-ip4base-eth-1tap-dev.robot +++ b/tests/vpp/device/interfaces/eth2p-ethicmpv4-ip4base-eth-1tap-dev.robot @@ -16,6 +16,7 @@ | | Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY | ... | NIC_Virtual | ETH | IP4FWD | BASE | IP4BASE | 1TAP | DRV_VFIO_PCI +| ... | ethicmpv4-ip4base-eth-1tap | | Suite Setup | Setup suite single link | scapy | Test Setup | Setup test | namespace diff --git a/tests/vpp/device/interfaces/eth2p-ethicmpv4-ip4base-eth-1tap-namespace-dev.robot b/tests/vpp/device/interfaces/eth2p-ethicmpv4-ip4base-eth-1tap-namespace-dev.robot index 74f8c3767f..bbbc4411d8 100644 --- a/tests/vpp/device/interfaces/eth2p-ethicmpv4-ip4base-eth-1tap-namespace-dev.robot +++ b/tests/vpp/device/interfaces/eth2p-ethicmpv4-ip4base-eth-1tap-namespace-dev.robot @@ -17,6 +17,7 @@ | Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY | ... | NIC_Virtual | ETH | IP4FWD | BASE | IP4BASE | 1TAP | NAMESPACE | ... | DRV_VFIO_PCI +| ... | ethicmpv4-ip4base-eth-1tap-namespace | | Suite Setup | Setup suite single link | scapy | Test Setup | Setup test | namespace diff --git a/tests/vpp/device/interfaces/eth2p-ethipv4-l2bdbasemaclrn-eth-2tap-dev.robot b/tests/vpp/device/interfaces/eth2p-ethipv4-l2bdbasemaclrn-eth-2tap-dev.robot index c82fed91d9..8424c44c64 100644 --- a/tests/vpp/device/interfaces/eth2p-ethipv4-l2bdbasemaclrn-eth-2tap-dev.robot +++ b/tests/vpp/device/interfaces/eth2p-ethipv4-l2bdbasemaclrn-eth-2tap-dev.robot @@ -16,6 +16,7 @@ | | Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY | ... | NIC_Virtual | ETH | L2BD | BASE | 2TAP | DRV_VFIO_PCI +| ... | ethipv4-l2bdbasemaclrn-eth-2tap | | Suite Setup | Setup suite single link | scapy | Test Setup | Setup test | namespace -- cgit 1.2.3-korg