From ab77c26d0a79654c44ddbbd83215d625d31f2148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20St=C3=A4bler?= Date: Wed, 5 Feb 2025 13:43:18 +0100 Subject: [PATCH] Run AuthZ tests too as part of auth test suite --- openshift/e2e-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/e2e-common.sh b/openshift/e2e-common.sh index 179c4c506a3..19f6e73bbfe 100755 --- a/openshift/e2e-common.sh +++ b/openshift/e2e-common.sh @@ -147,7 +147,7 @@ function run_e2e_encryption_auth_tests(){ oc wait --for=condition=Ready knativeeventing.operator.knative.dev knative-eventing -n "${EVENTING_NAMESPACE}" --timeout=900s || return $? - local regex="TLS|OIDC" + local regex="TLS|OIDC|AuthZ" local test_name="${1:-}" local run_command="-run ${regex}"