From b255549d4fee3a161c521a1a2bd8be3a0767189e Mon Sep 17 00:00:00 2001 From: Stefan Kobza Date: Thu, 18 Feb 2016 14:24:57 +0100 Subject: Add hw/vm tags, add single link tag. Add HW_EVN and VM_ENV tags to specify limitations on where the given test could be run. For tests that should be run only on bare metal, author of the test should add tag HW_ENV to it. Add 3_NODE_SINGLE_LINK_TOPO tag, to specify requirement on topology, where only one link is required in between any two nodes in the topology. Change-Id: I38c9a9732cad608bb6a9e4a2c5f1997236cd48b9 Signed-off-by: Stefan Kobza --- tests/suites/l2_xconnect/l2_xconnect_untagged.robot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/suites/l2_xconnect') diff --git a/tests/suites/l2_xconnect/l2_xconnect_untagged.robot b/tests/suites/l2_xconnect/l2_xconnect_untagged.robot index f6c1cbdd72..f811612051 100644 --- a/tests/suites/l2_xconnect/l2_xconnect_untagged.robot +++ b/tests/suites/l2_xconnect/l2_xconnect_untagged.robot @@ -16,7 +16,7 @@ | Resource | resources/libraries/robot/default.robot | Resource | resources/libraries/robot/l2_xconnect.robot | Library | resources.libraries.python.NodePath -| Force Tags | 3_NODE_SINGLE_LINK_TOPO +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | HW_ENV | VM_ENV | Test Setup | Setup all DUTs before test | Suite Setup | Setup all TGs before traffic script @@ -24,7 +24,6 @@ *** Test Cases *** | Vpp forwards packets via L2 xconnect in circular topology -| | [Tags] | 3_NODE_SINGLE_LINK_TOPO | | Append Nodes | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['DUT2']} | ${nodes['TG']} | | Compute Path | | ${src_if} | ${tg}= | Next Interface -- cgit 1.2.3-korg