From 6bb5c4d41f4e618fd0faebe62ed2932d86229e8f Mon Sep 17 00:00:00 2001 From: Martin Gencur Date: Thu, 9 May 2024 09:19:45 +0200 Subject: [PATCH] Enable multi-container probing tests in openshift/e2e-common.sh --- openshift/e2e-common.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openshift/e2e-common.sh b/openshift/e2e-common.sh index fc3b33ae533f..51634a596880 100644 --- a/openshift/e2e-common.sh +++ b/openshift/e2e-common.sh @@ -312,6 +312,12 @@ function run_e2e_tests(){ configure_cm deployment progressDeadline:120s || fail_test disable_feature_flags kubernetes.podspec-persistent-volume-claim kubernetes.podspec-persistent-volume-write kubernetes.podspec-securitycontext || fail_test + enable_feature_flags multi-container-probing || fail_test + go_test_e2e -timeout=2m ./test/e2e/multicontainerprobing \ + --imagetemplate "$TEST_IMAGE_TEMPLATE" \ + ${OPENSHIFT_TEST_OPTIONS} || failed=$? + disable_feature_flags multi-container-probing || fail_test + # Run the helloworld test with an image pulled into the internal registry. local image_to_tag=$KNATIVE_SERVING_TEST_HELLOWORLD oc tag -n serving-tests "$image_to_tag" "helloworld:latest" --reference-policy=local