summaryrefslogtreecommitdiffstats
path: root/jjb/functest
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-01-14 12:29:21 +0100
committerjose.lausuch <jose.lausuch@ericsson.com>2016-01-14 12:29:21 +0100
commita79a63c749a141cdd9efa91618f67c1e29d531b6 (patch)
tree771d3543df224fd28464f1911d922a27ed293729 /jjb/functest
parentb860d85c6519930295f70c026b3fe732225408aa (diff)
functest: add DEPLOY_SCENARIO env var to functest docker
Change-Id: I142b534274d03bdad38775c889f07e53ee597c91 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r--jjb/functest/functest-ci-jobs.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml
index 2b1142629..946ee1acb 100644
--- a/jjb/functest/functest-ci-jobs.yml
+++ b/jjb/functest/functest-ci-jobs.yml
@@ -201,7 +201,8 @@
# replace the default one by the customized one provided by jenkins config
fi
echo "Functest: Start Docker and prepare environment"
- envs="INSTALLER_TYPE=${INSTALLER_TYPE} -e INSTALLER_IP=${INSTALLER_IP} -e NODE_NAME=${NODE_NAME}"
+ envs="INSTALLER_TYPE=${INSTALLER_TYPE} -e INSTALLER_IP=${INSTALLER_IP} \
+ -e NODE_NAME=${NODE_NAME} -e DEPLOY_SCENARIO=${DEPLOY_SCENARIO}"
dir_result="${HOME}/opnfv/functest/reports"
mkdir -p ${dir_result}