aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/func/honeycomb/050_interface_vhost_user.robot3
-rw-r--r--tests/func/honeycomb/081_ietf_acl_traffic.robot3
-rw-r--r--tests/func/honeycomb/120_port_mirroring.robot3
3 files changed, 6 insertions, 3 deletions
diff --git a/tests/func/honeycomb/050_interface_vhost_user.robot b/tests/func/honeycomb/050_interface_vhost_user.robot
index afc70715ee..1310f2c7d6 100644
--- a/tests/func/honeycomb/050_interface_vhost_user.robot
+++ b/tests/func/honeycomb/050_interface_vhost_user.robot
@@ -26,7 +26,8 @@
| Resource | resources/libraries/robot/default.robot
| Resource | resources/libraries/robot/honeycomb/honeycomb.robot
| Resource | resources/libraries/robot/honeycomb/vhost_user.robot
-| Force Tags | honeycomb_sanity
+# Whole suite failing due to bug https://jira.fd.io/browse/VPP-562
+| Force Tags | honeycomb_sanity | EXPECTED_FAILING
| Suite Teardown | Run Keyword If Any Tests Failed
| ... | Restart Honeycomb And VPP And Clear Persisted Configuration | ${node}
| Documentation | *Honeycomb vhost-user interface management test suite.*
diff --git a/tests/func/honeycomb/081_ietf_acl_traffic.robot b/tests/func/honeycomb/081_ietf_acl_traffic.robot
index 01dbe5750c..a0b967980a 100644
--- a/tests/func/honeycomb/081_ietf_acl_traffic.robot
+++ b/tests/func/honeycomb/081_ietf_acl_traffic.robot
@@ -46,7 +46,8 @@
| Suite Teardown | Run Keyword If Any Tests Failed
| ... | Restart Honeycomb And VPP And Clear Persisted Configuration | ${node}
| Documentation | *Honeycomb access control lists test suite for IETF-ACL node.*
-| Force Tags | Honeycomb_sanity
+# Test suite out of date since https://gerrit.fd.io/r/#/c/4331/
+# | Force Tags | Honeycomb_sanity
*** Test Cases ***
| TC01: L2 ACL MAC filtering through IETF-ACL node
diff --git a/tests/func/honeycomb/120_port_mirroring.robot b/tests/func/honeycomb/120_port_mirroring.robot
index 521d59a244..48fe5ae08a 100644
--- a/tests/func/honeycomb/120_port_mirroring.robot
+++ b/tests/func/honeycomb/120_port_mirroring.robot
@@ -16,7 +16,8 @@
| Resource | resources/libraries/robot/honeycomb/port_mirroring.robot
| Resource | resources/libraries/robot/honeycomb/interfaces.robot
| Resource | resources/libraries/robot/honeycomb/honeycomb.robot
-| Force Tags | honeycomb_sanity
+# Test suite out of date since https://gerrit.fd.io/r/4272
+# | Force Tags | honeycomb_sanity
| Suite Setup | Add Interface local0 To Topology | ${node}
| Suite Teardown | Run Keyword If Any Tests Failed
| | ... | Restart Honeycomb And VPP And Clear Persisted Configuration | ${node}