aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-09-16 14:38:56 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-09-16 14:38:56 +0800
commit8dd33d149435611d9730a09933f040b15764c503 (patch)
tree7cb68351262e6230dedddf753ec3e71f517d75f7 /tests
parentfc71d3d7e3927b4ca2cbd657c140cf43c90c49d3 (diff)
Fix script path error
Change-Id: I4b0e278d25604afa2a7fae43bf95554dfa5d21ad Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ci/periodic.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ci/periodic.sh b/tests/ci/periodic.sh
index a0054fec..5c488b87 100755
--- a/tests/ci/periodic.sh
+++ b/tests/ci/periodic.sh
@@ -13,7 +13,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source ${script_dir}/utils/start_services.sh
-docker exec -t ${TEST_SUITE}_qtip bash -x ${qtip_repo}/qtip/scripts/quickstart.sh
+docker exec -t ${TEST_SUITE}_qtip bash -x /home/opnfv/repos/qtip/qtip/scripts/quickstart.sh
echo "${TEST_SUITE} QPI done!"