diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2015-12-09 15:37:29 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2015-12-09 15:39:27 +0100 |
commit | adf208670af8ee55fbd3b4e279f5c697a4e291a2 (patch) | |
tree | efaefd4ee4e31d432e585cf66c9765046a0f9616 | |
parent | cf6bbd7a2102aa71eb0af373b4163625776471bc (diff) |
add lab path for volume option with joid
JIRA: FUNCTEST-97
Change-Id: I91c7e4b6b10df61220618859fa5a614259f79fc9
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
-rw-r--r-- | jjb/functest/functest.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index 43074a170..50e2a1b62 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -401,7 +401,11 @@ - string: name: GIT_BASE default: https://gerrit.opnfv.org/gerrit/$PROJECT - description: "Override GIT_BASE" + description: "Override GIT_BASE" + - string: + name: LAB_CONFIG + default: "/joid/ci/odl/juju-deployer/scripts/cloud/" + description: "Openstack credentials on the dev lab" - parameter: name: opnfv-jump-2 |