From 588b6b8153a41bbbb98c990e5bb19dc75419c6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20St=C3=A4bler?= Date: Tue, 20 Sep 2022 17:10:56 +0200 Subject: [PATCH] UPSTREAM: : Skip LLDP e2e test on OVN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christoph Stäbler (cherry picked from commit 6c258a63f1b7942fcbf89d455c148e5b09606361) (cherry picked from commit ee43a0dcbee8a7cf252775ae6dd06571c1d0030d) Signed-off-by: Douglas Schilling Landgraf (cherry picked from commit 5c6d1b128676a930df96cf325d55ed09b8db4552) Signed-off-by: Douglas Schilling Landgraf (cherry picked from commit 064d4cba4f116073416b80777ecd7e114b55971d) Signed-off-by: Douglas Schilling Landgraf (cherry picked from commit c5aa1bf2f711e5caa373f7246beeafc9c84437df) Signed-off-by: Douglas Schilling Landgraf --- hack/ocp-e2e-tests-handler.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hack/ocp-e2e-tests-handler.sh b/hack/ocp-e2e-tests-handler.sh index 3b5f2d0b9..dfdb43d27 100755 --- a/hack/ocp-e2e-tests-handler.sh +++ b/hack/ocp-e2e-tests-handler.sh @@ -36,7 +36,8 @@ if oc get ns openshift-ovn-kubernetes &> /dev/null; then with ping fail|\ when connectivity to default gw is lost after state configuration|\ when name servers are lost after state configuration|\ -when name servers are wrong after state configuration" +when name servers are wrong after state configuration|\ +LLDP configuration with nmpolicy" elif oc get ns openshift-sdn &> /dev/null; then SKIPPED_TESTS+="|should discard disarranged parts of the message and keep desired parts of the message" fi