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 --- .../container_memif/eth2p-ethipv4-ip4base-eth-2memif-1dcr-dev.robot | 1 + .../eth2p-ethipv4-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot | 1 + .../container_memif/eth2p-ethipv4-l2xcbase-eth-2memif-1dcr-dev.robot | 1 + .../container_memif/eth2p-ethipv6-ip6base-eth-2memif-1dcr-dev.robot | 1 + 4 files changed, 4 insertions(+) (limited to 'tests/vpp/device/container_memif') diff --git a/tests/vpp/device/container_memif/eth2p-ethipv4-ip4base-eth-2memif-1dcr-dev.robot b/tests/vpp/device/container_memif/eth2p-ethipv4-ip4base-eth-2memif-1dcr-dev.robot index 4bba327768..28b4dda15d 100644 --- a/tests/vpp/device/container_memif/eth2p-ethipv4-ip4base-eth-2memif-1dcr-dev.robot +++ b/tests/vpp/device/container_memif/eth2p-ethipv4-ip4base-eth-2memif-1dcr-dev.robot @@ -16,6 +16,7 @@ | | Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY | ... | NIC_Virtual | ETH | IP4FWD | BASE | MEMIF | DOCKER | DRV_VFIO_PCI +| ... | ethipv4-ip4base-eth-2memif-1dcr | | Suite Setup | Setup suite single link | scapy | Test Setup | Setup test diff --git a/tests/vpp/device/container_memif/eth2p-ethipv4-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot b/tests/vpp/device/container_memif/eth2p-ethipv4-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot index 6885b0d093..5f26b52597 100644 --- a/tests/vpp/device/container_memif/eth2p-ethipv4-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot +++ b/tests/vpp/device/container_memif/eth2p-ethipv4-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot @@ -16,6 +16,7 @@ | | Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY | ... | NIC_Virtual | ETH | L2BDMACLRN | BASE | MEMIF | DOCKER | DRV_VFIO_PCI +| ... | ethipv4-l2bdbasemaclrn-eth-2memif-1dcr | | Suite Setup | Setup suite single link | scapy | Test Setup | Setup test diff --git a/tests/vpp/device/container_memif/eth2p-ethipv4-l2xcbase-eth-2memif-1dcr-dev.robot b/tests/vpp/device/container_memif/eth2p-ethipv4-l2xcbase-eth-2memif-1dcr-dev.robot index 429dd37527..d04eed1324 100644 --- a/tests/vpp/device/container_memif/eth2p-ethipv4-l2xcbase-eth-2memif-1dcr-dev.robot +++ b/tests/vpp/device/container_memif/eth2p-ethipv4-l2xcbase-eth-2memif-1dcr-dev.robot @@ -16,6 +16,7 @@ | | Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY | ... | NIC_Virtual | ETH | L2XCFWD | BASE | MEMIF | DOCKER | DRV_VFIO_PCI +| ... | ethipv4-l2xcbase-eth-2memif-1dcr | | Suite Setup | Setup suite single link | scapy | Test Setup | Setup test diff --git a/tests/vpp/device/container_memif/eth2p-ethipv6-ip6base-eth-2memif-1dcr-dev.robot b/tests/vpp/device/container_memif/eth2p-ethipv6-ip6base-eth-2memif-1dcr-dev.robot index 02c488ef59..35c8b3004d 100644 --- a/tests/vpp/device/container_memif/eth2p-ethipv6-ip6base-eth-2memif-1dcr-dev.robot +++ b/tests/vpp/device/container_memif/eth2p-ethipv6-ip6base-eth-2memif-1dcr-dev.robot @@ -16,6 +16,7 @@ | | Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY | ... | NIC_Virtual | ETH | IP6FWD | BASE | MEMIF | DOCKER | DRV_VFIO_PCI +| ... | ethipv6-ip6base-eth-2memif-1dcr | | Suite Setup | Setup suite single link | scapy | Test Setup | Setup test -- cgit 1.2.3-korg