summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-01-14 12:19:24 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-14 12:19:24 +0000
commit9d0d0dfecdfc3982532265558238e1dff06e9620 (patch)
treeaabe31d31a11a6bd9e25bbe8e57ec92ed917c2c0
parent13a1943e98061eee0ab977e1e05835e0cc0ee5a8 (diff)
parenta79a63c749a141cdd9efa91618f67c1e29d531b6 (diff)
Merge "functest: add DEPLOY_SCENARIO env var to functest docker"
-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}