CSIT-181: Remove fds tests from vpp-csit-verify and csit-vpp-verify jobs 72/1772/5
authorJan Gelety <jgelety@cisco.com>
Mon, 27 Jun 2016 09:07:46 +0000 (11:07 +0200)
committerMiroslav Miklus <mmiklus@cisco.com>
Wed, 29 Jun 2016 13:15:19 +0000 (13:15 +0000)
- add tag SKIP_PATCH to FDS related tests and exclude them from
  execution in case of vpp-csit-verify and csit-vpp-verify jobs

Change-Id: I14237a78529b3d3c9b586041a24ceef303c1394b
Signed-off-by: Jan Gelety <jgelety@cisco.com>
bootstrap.sh
docs/tag_documentation.rst
tests/suites/fds_related_tests/provider_network.robot
tests/suites/fds_related_tests/tenant_network.robot

index fed5ff7..7c2611d 100755 (executable)
@@ -206,5 +206,6 @@ PYTHONPATH=`pwd` pybot -L TRACE \
     --include vm_envAND3_node_single_link_topo \
     --include vm_envAND3_node_double_link_topo \
     --exclude PERFTEST \
+    --exclude SKIP_PATCH \
     --noncritical EXPECTED_FAILING \
     tests/
index 859972b..1cb8147 100644 (file)
@@ -24,12 +24,16 @@ Topology TAGs
     the devices.
 
 3_NODE_SINGLE_LINK_TOPO
-    3 nodes connected in a circular topoloty with at least one link
+    3 nodes connected in a circular topology with at least one link
     interconnecting devices.
 
 Objective TAGs
 --------------
 
+SKIP_PATCH
+    Test case(s) marked to not run in case of vpp-csit-verify (i.e. VPP patch)
+    and csit-vpp-verify jobs (i.e. CSIT patch).
+
 Environment TAGs
 ----------------
 
index db0f9a1..5379204 100644 (file)
@@ -19,7 +19,7 @@
 | Resource | resources/libraries/robot/double_qemu_setup.robot
 | Resource | resources/libraries/robot/qemu.robot
 | Library  | resources.libraries.python.Trace
-| Force Tags | HW_ENV | VM_ENV
+| Force Tags | HW_ENV | VM_ENV | SKIP_PATCH
 | Test Setup | Run Keywords | Setup all DUTs before test
 | ...        | AND          | Setup all TGs before traffic script
 | Test Teardown | Run Keywords | Show Packet Trace on All DUTs | ${nodes}
index 361ffe4..5751a3c 100644 (file)
@@ -19,7 +19,7 @@
 | Resource | resources/libraries/robot/double_qemu_setup.robot
 | Resource | resources/libraries/robot/qemu.robot
 | Library  | resources.libraries.python.Trace
-| Force Tags | HW_ENV | VM_ENV
+| Force Tags | HW_ENV | VM_ENV | SKIP_PATCH
 | Test Setup | Run Keywords | Setup all DUTs before test
 | ...        | AND          | Setup all TGs before traffic script
 | Test Teardown | Run Keywords | Show Packet Trace on All DUTs | ${nodes}