From: Vladimir Khlyunev Date: Tue, 29 Mar 2022 11:33:54 +0000 (+0400) Subject: Use local MOS iso as temp workaround X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F86%2F41886%2F1;p=tools%2Fsustaining.git Use local MOS iso as temp workaround Change-Id: Ifa00596f76f831c7963708298beb9452c17d31f7 --- diff --git a/maintenance-ci/mos/scripts/tempest.create_env.sh b/maintenance-ci/mos/scripts/tempest.create_env.sh index bedcc1b..9355f24 100644 --- a/maintenance-ci/mos/scripts/tempest.create_env.sh +++ b/maintenance-ci/mos/scripts/tempest.create_env.sh @@ -18,7 +18,9 @@ set -ex mkdir -p logs rm -rf logs/* -ISO_PATH=$(seedclient-wrapper -d -m "${MAGNET_LINK?}" -v --force-set-symlink -o "${WORKSPACE}") +#ISO_PATH=$(seedclient-wrapper -d -m "${MAGNET_LINK?}" -v --force-set-symlink -o "${WORKSPACE}") + +ISO_PATH=/home/jenkins/MirantisOpenStack-9.0.iso source "${VENV_PATH?}/bin/activate"