aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2019-01-28 10:53:50 +0100
committerJan Gelety <jgelety@cisco.com>2019-01-28 10:53:50 +0100
commitd5ac4bdc6205837fc7fbb031ffa0ef3df91ea2df (patch)
tree25ecb6a63a506e7e0a56f4843cf101a631ae8ca4
parentadba91bad79b55262f7121e26bcd05a33628bcf7 (diff)
FIX: skip tap tests due to changes API
Change-Id: Icc703c7055047b81a8281776c78752f145d9d004 Signed-off-by: Jan Gelety <jgelety@cisco.com>
-rw-r--r--bootstrap-vpp-verify-semiweekly.sh1
-rw-r--r--bootstrap-vpp-verify-weekly.sh1
-rwxr-xr-xbootstrap.sh2
-rw-r--r--tests/vpp/func/interfaces/api-crud-tap-func.robot2
-rw-r--r--tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-func.robot2
-rw-r--r--tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-l2shg-eth-2tap-func.robot2
-rw-r--r--tests/vpp/func/interfaces/eth2p-ethip4-ip4base-eth-1tap-func.robot2
7 files changed, 8 insertions, 4 deletions
diff --git a/bootstrap-vpp-verify-semiweekly.sh b/bootstrap-vpp-verify-semiweekly.sh
index b2691c30b3..6835d16bfe 100644
--- a/bootstrap-vpp-verify-semiweekly.sh
+++ b/bootstrap-vpp-verify-semiweekly.sh
@@ -274,6 +274,7 @@ do
--include vm_envAND3_node_double_link_topo \
--exclude PERFTEST \
--exclude SOFTWIRE \
+ --exclude SKIP_TEST \
--noncritical EXPECTED_FAILING \
--output ${LOG_PATH}/output_func_test_set${test_set} \
tests/
diff --git a/bootstrap-vpp-verify-weekly.sh b/bootstrap-vpp-verify-weekly.sh
index 32fc9b6215..3c9235d0e2 100644
--- a/bootstrap-vpp-verify-weekly.sh
+++ b/bootstrap-vpp-verify-weekly.sh
@@ -226,6 +226,7 @@ do
--include vm_envAND3_node_double_link_topo \
--exclude PERFTEST \
--exclude SOFTWIRE \
+ --exclude SKIP_TEST \
--noncritical EXPECTED_FAILING \
--output ${LOG_PATH}/output_test_set${test_set} \
tests/
diff --git a/bootstrap.sh b/bootstrap.sh
index 62ca6d8191..152a397e4e 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -320,6 +320,7 @@ function run_test_set() {
--exclude PERFTEST \
--exclude SOFTWIRE \
--exclude ${SKIP_PATCH} \
+ --exclude SKIP_TEST \
--noncritical EXPECTED_FAILING \
--output ${LOG_PATH}/log_test_set_run${nr} \
tests/"
@@ -332,6 +333,7 @@ function run_test_set() {
--exclude PERFTEST \
--exclude SOFTWIRE \
--exclude ${SKIP_PATCH} \
+ --exclude SKIP_TEST \
--noncritical EXPECTED_FAILING \
--output ${LOG_PATH}/log_test_set_run${nr} \
tests/
diff --git a/tests/vpp/func/interfaces/api-crud-tap-func.robot b/tests/vpp/func/interfaces/api-crud-tap-func.robot
index 8116f9d60d..8110b704b5 100644
--- a/tests/vpp/func/interfaces/api-crud-tap-func.robot
+++ b/tests/vpp/func/interfaces/api-crud-tap-func.robot
@@ -24,7 +24,7 @@
| Library | resources.libraries.python.Namespaces
| Library | resources.libraries.python.IPUtil
| ...
-| Force Tags | HW_ENV | VM_ENV | 3_NODE_DOUBLE_LINK_TOPO
+| Force Tags | HW_ENV | VM_ENV | 3_NODE_DOUBLE_LINK_TOPO | SKIP_TEST
| ...
| Test Setup | Set up TAP functional test
| ...
diff --git a/tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-func.robot b/tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-func.robot
index 3b69f05698..eaf6887af6 100644
--- a/tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-func.robot
+++ b/tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-func.robot
@@ -24,7 +24,7 @@
| Library | resources.libraries.python.Namespaces
| Library | resources.libraries.python.IPUtil
| ...
-| Force Tags | HW_ENV | VM_ENV | 3_NODE_DOUBLE_LINK_TOPO
+| Force Tags | HW_ENV | VM_ENV | 3_NODE_DOUBLE_LINK_TOPO | SKIP_TEST
| ...
| Test Setup | Set up TAP functional test
| ...
diff --git a/tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-l2shg-eth-2tap-func.robot b/tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-l2shg-eth-2tap-func.robot
index 515596b147..2386c9c417 100644
--- a/tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-l2shg-eth-2tap-func.robot
+++ b/tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-l2shg-eth-2tap-func.robot
@@ -24,7 +24,7 @@
| Library | resources.libraries.python.Namespaces
| Library | resources.libraries.python.IPUtil
| ...
-| Force Tags | HW_ENV | VM_ENV | 3_NODE_DOUBLE_LINK_TOPO
+| Force Tags | HW_ENV | VM_ENV | 3_NODE_DOUBLE_LINK_TOPO | SKIP_TEST
| ...
| Test Setup | Set up TAP functional test
| ...
diff --git a/tests/vpp/func/interfaces/eth2p-ethip4-ip4base-eth-1tap-func.robot b/tests/vpp/func/interfaces/eth2p-ethip4-ip4base-eth-1tap-func.robot
index a870b89d1d..841d3f00a2 100644
--- a/tests/vpp/func/interfaces/eth2p-ethip4-ip4base-eth-1tap-func.robot
+++ b/tests/vpp/func/interfaces/eth2p-ethip4-ip4base-eth-1tap-func.robot
@@ -24,7 +24,7 @@
| Library | resources.libraries.python.Namespaces
| Library | resources.libraries.python.IPUtil
| ...
-| Force Tags | HW_ENV | VM_ENV | 3_NODE_DOUBLE_LINK_TOPO
+| Force Tags | HW_ENV | VM_ENV | 3_NODE_DOUBLE_LINK_TOPO | SKIP_TEST
| ...
| Test Setup | Set up TAP functional test
| ...