From 3d84a6fcced4dbb01ad11eda441bb5fb0d0cf456 Mon Sep 17 00:00:00 2001 From: Konstantinos Karampogias Date: Tue, 29 Apr 2025 13:32:02 +0200 Subject: [PATCH] Openshift-Only: skip graceful restart in the frr-k8s e2e tests The GR is abandoned OCP feature and those tests are failing downstream. ``` [FAIL] Session Session parameters Establishes sessions with graceful restart [It] IPV4 /root/dev-scripts/frr/e2etests/tests/session.go:259 [FAIL] Establish BGP session with EnableGracefulRestart When restarting the frrk8s deamon pods external BGP peer maintains routes [It] IPV4 /root/dev-scripts/frr/e2etests/tests/graceful_restart.go:128 ``` Signed-off-by: Konstantinos Karampogias --- openshift-ci/run_frrk8s_e2e.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openshift-ci/run_frrk8s_e2e.sh b/openshift-ci/run_frrk8s_e2e.sh index f8aacd34557..7f8076fef1c 100755 --- a/openshift-ci/run_frrk8s_e2e.sh +++ b/openshift-ci/run_frrk8s_e2e.sh @@ -10,7 +10,8 @@ KUBECONFIG=$(readlink -f ../../ocp/ostest/auth/kubeconfig) pushd $FRRK8S_DIR SKIP="Leaked.*advertising\|receive.*ips.*from.*some\|VRF.*Advertise.*a.*subset.*of.*ips" -SKIP="$SKIP\|should.*block.*always.*block.*cidr" +SKIP="$SKIP\|should.*block.*always.*block.*cidr\|.*EnableGracefulRestart.*" +SKIP="$SKIP\|.*with graceful restart.*" if [[ "$BGP_TYPE" == "frr-k8s" ]]; then SKIP="$SKIP\|metrics" # because when running as a metallb pod the metrics are overridden.