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:
2508639
)
Fix error in CI job
11/42111/1
author
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Sat, 16 Sep 2017 06:12:36 +0000
(14:12 +0800)
committer
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Sat, 16 Sep 2017 06:12:36 +0000
(14:12 +0800)
Add /root/.ssh/ as SSH_CREDENTIALS
Change-Id: I9b9c8701be6245715644a11916a8f7df97ba5d0f
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
tests/ci/utils/start_services.sh
patch
|
blob
|
history
diff --git
a/tests/ci/utils/start_services.sh
b/tests/ci/utils/start_services.sh
index
78bc297
..
3c481be
100644
(file)
--- a/
tests/ci/utils/start_services.sh
+++ b/
tests/ci/utils/start_services.sh
@@
-17,6
+17,8
@@
SCENARIO=${DEPLOY_SCENARIO:-generic}
TESTAPI_URL=${TESTAPI_URL:-}
EOF
+export SSH_CREDENTIALS=${SSH_CREDENTIALS:-/root/.ssh}
+
TMPFILE=`mktemp /tmp/qtip.XXXXXX` || exit 1
curl https://git.opnfv.org/releng/plain/utils/fetch_os_creds.sh | bash -s -- \
-i ${INSTALLER_TYPE} -a ${INSTALLER_IP} -d ${TMPFILE}