summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorYiting.Li <liyiting@huawei.com>2016-01-09 09:50:27 +0800
committerYiting.Li <liyiting@huawei.com>2016-01-09 09:50:27 +0800
commitb8eeff7c6fdbfa5fe308e37a09853a6bc1f20d60 (patch)
treec2fa2ac0b66c633249e05492875fd6e153d5d55c /ci
parent27a84e7905e66c005b02706ea3489576b5873c32 (diff)
JIRA: BOTTLENECKS-29
End to End test framework bottleneck vstf test suite ci script(currently progress is ok without vstf images) Change-Id: Ifdd1289b05d2916f6022c01c2581674e01bc022f Signed-off-by: Yiting.Li <liyiting@huawei.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/vstf_run.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/vstf_run.sh b/ci/vstf_run.sh
index ee523047..fd827422 100755
--- a/ci/vstf_run.sh
+++ b/ci/vstf_run.sh
@@ -11,6 +11,8 @@ if [ x"$GERRIT_REFSPEC_DEBUG" != x ]; then
git fetch $BOTTLENECKS_REPO $GERRIT_REFSPEC_DEBUG && git checkout FETCH_HEAD
fi
-$SCRIPT_DIR/../utils/infra_setup/heat_template/vstf_heat_template/vstf_HOT_create_instance.sh $GERRIT_REFSPEC_DEBUG
+cd $SCRIPT_DIR/../utils/infra_setup/heat_template/vstf_heat_template/
+./vstf_HOT_create_instance.sh $GERRIT_REFSPEC_DEBUG
+cd -
set +ex