From e2ec7cf84fd567a07e2c2a592c903b1f26621bb8 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Fri, 8 Jan 2016 14:19:05 +0100 Subject: adapt Functest to joid for openstack creds path Change-Id: I9121bc2cc19b2b4fa3d9eefbcff5e4b397d583d2 Signed-off-by: Morgan Richomme --- jjb/functest/functest-ci-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/functest') 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 -- cgit 1.2.3-korg