adapt Functest to joid for openstack creds path 23/5923/1
authorMorgan Richomme <morgan.richomme@orange.com>
Fri, 8 Jan 2016 13:19:05 +0000 (14:19 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Fri, 8 Jan 2016 13:19:42 +0000 (14:19 +0100)
Change-Id: I9121bc2cc19b2b4fa3d9eefbcff5e4b397d583d2
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
jjb/functest/functest-ci-jobs.yml

index c9ab3c2..249f9f0 100644 (file)
             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