From 87c793120ed9f236450081e1344c10854e1fcf15 Mon Sep 17 00:00:00 2001 From: Richard Vanderpool <49568690+rvanderp3@users.noreply.github.com> Date: Tue, 15 Apr 2025 10:48:33 -0400 Subject: [PATCH] introduce SHARED_DIR such that vSphere platform type can build creds --- openshift-tests-plugin/plugin/platform.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openshift-tests-plugin/plugin/platform.sh b/openshift-tests-plugin/plugin/platform.sh index b8dff32..b0581e5 100755 --- a/openshift-tests-plugin/plugin/platform.sh +++ b/openshift-tests-plugin/plugin/platform.sh @@ -12,6 +12,7 @@ declare -gx OPENSHIFT_TESTS_EXTRA_ARGS # shellcheck disable=SC2034 declare -gr UTIL_OC_BIN=/usr/bin/oc declare -gr SERVICE_NAME="platform" +declare -grx SHARED_DIR="/tmp/shared" os_log_info() {