Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fc71d3d
)
Fix script path error
13/42113/1
author
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Sat, 16 Sep 2017 06:38:56 +0000
(14:38 +0800)
committer
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Sat, 16 Sep 2017 06:38:56 +0000
(14:38 +0800)
Change-Id: I4b0e278d25604afa2a7fae43bf95554dfa5d21ad
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
tests/ci/periodic.sh
patch
|
blob
|
history
diff --git
a/tests/ci/periodic.sh
b/tests/ci/periodic.sh
index
a0054fe
..
5c488b8
100755
(executable)
--- 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!"