summaryrefslogtreecommitdiffstats
path: root/jjb/functest
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-01-08 14:19:05 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2016-01-08 14:19:42 +0100
commite2ec7cf84fd567a07e2c2a592c903b1f26621bb8 (patch)
tree7788bf184082bc84b948411d48483f94d2fcaaf4 /jjb/functest
parent80fb545219d5bf048aa9e1cc000b88712376d250 (diff)
adapt Functest to joid for openstack creds path
Change-Id: I9121bc2cc19b2b4fa3d9eefbcff5e4b397d583d2 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r--jjb/functest/functest-ci-jobs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml
index c9ab3c25a..249f9f0d6 100644
--- a/jjb/functest/functest-ci-jobs.yml
+++ b/jjb/functest/functest-ci-jobs.yml
@@ -191,7 +191,7 @@
elif [[ ${INSTALLER_TYPE} == 'joid' ]]; then
# If production lab then creds may be retrieved dynamically
# creds are on the jumphost, always in the same folder
- labconfig="-v /var/lib/jenkins/joid_config/admin-openrc:/home/opnfv/functest/conf/openstack.creds"
+ labconfig="-v $HOME/joid_config/admin-openrc:/home/opnfv/functest/conf/openstack.creds"
# If dev lab, credentials may not be the default ones, just provide a path to put them into docker
# replace the default one by the customized one provided by jenkins config
if [ -n "${LAB_CONFIG}" ]; then