Skip to content

Commit

Permalink
Run OIDC test as part of encryption/auth test suite (#544)
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Stäbler <[email protected]>
  • Loading branch information
openshift-cherrypick-robot and creydr authored Feb 21, 2024
1 parent 893e61c commit b1920de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,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"
local regex="TLS|OIDC"

local test_name="${1:-}"
local run_command="-run ${regex}"
Expand All @@ -153,7 +153,7 @@ function run_e2e_encryption_auth_tests(){
local run_command="-run ^(${test_name})$"
fi
# check for test flags
RUN_FLAGS="-timeout=1h -parallel=20 -run ${regex}"
RUN_FLAGS="-timeout=1h -parallel=20 ${run_command}"
if [ -n "${EVENTING_TEST_FLAGS:-}" ]; then
RUN_FLAGS="${EVENTING_TEST_FLAGS}"
fi
Expand Down

0 comments on commit b1920de

Please sign in to comment.