diff options
-rwxr-xr-x | ci/vstf_run.sh | 1 | ||||
-rwxr-xr-x | utils/infra_setup/heat_template/vstf_heat_template/vstf_HOT_create_instance.sh | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/ci/vstf_run.sh b/ci/vstf_run.sh index f25195ab..ee523047 100755 --- a/ci/vstf_run.sh +++ b/ci/vstf_run.sh @@ -14,4 +14,3 @@ fi $SCRIPT_DIR/../utils/infra_setup/heat_template/vstf_heat_template/vstf_HOT_create_instance.sh $GERRIT_REFSPEC_DEBUG set +ex - diff --git a/utils/infra_setup/heat_template/vstf_heat_template/vstf_HOT_create_instance.sh b/utils/infra_setup/heat_template/vstf_heat_template/vstf_HOT_create_instance.sh index 820593bd..11df69b8 100755 --- a/utils/infra_setup/heat_template/vstf_heat_template/vstf_HOT_create_instance.sh +++ b/utils/infra_setup/heat_template/vstf_heat_template/vstf_HOT_create_instance.sh @@ -33,7 +33,7 @@ main() echo "bottlenecks vstf: create instances with heat template" BOTTLENECKS_REPO=https://gerrit.opnfv.org/gerrit/bottlenecks - BOTTLENECKS_REPO_DIR=/tmp/opnfvrepo/bottlenecks + BOTTLENECKS_REPO_DIR=/tmp/opnfvrepo_vstf/bottlenecks #vstf parameter here bottlenecks_env_prepare |