From b8eeff7c6fdbfa5fe308e37a09853a6bc1f20d60 Mon Sep 17 00:00:00 2001
From: "Yiting.Li" <liyiting@huawei.com>
Date: Sat, 9 Jan 2016 09:50:27 +0800
Subject: 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>
---
 ci/vstf_run.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'ci')

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
-- 
cgit