summaryrefslogtreecommitdiffstats
path: root/jjb/functest
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/functest')
-rw-r--r--jjb/functest/functest-ci-jobs.yml14
1 files changed, 12 insertions, 2 deletions
diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml
index ee6e7d6b7..6c33bd0a5 100644
--- a/jjb/functest/functest-ci-jobs.yml
+++ b/jjb/functest/functest-ci-jobs.yml
@@ -32,6 +32,9 @@
- huawei-us-deploy-bare-1:
installer: compass
<<: *brahmaputra
+ - ericsson-pod1:
+ installer: fuel
+ <<: *brahmaputra
#--------------------------------
# master
#--------------------------------
@@ -81,6 +84,9 @@
- '{pod}-defaults'
- '{installer}-defaults'
- 'functest-{testsuite}-parameter'
+ - string:
+ name: DEPLOY_SCENARIO
+ default: 'os-odl_l2-nofeature-ha'
- functest-parameter:
gs-pathname: '{gs-pathname}'
@@ -112,6 +118,10 @@
- 'tempest'
- 'rally'
- 'odl'
+ - 'onos'
+ - 'ovno'
+ - 'promise'
+ - 'doctor'
- 'vims'
- 'vping'
- parameter:
@@ -132,7 +142,7 @@
- string:
name: CI_DEBUG
default: 'false'
- description: "Show debut output information"
+ description: "Show debug output information"
########################
# trigger macros
########################
@@ -212,7 +222,7 @@
dir_result="${HOME}/opnfv/functest/reports"
mkdir -p ${dir_result}
- rm -rf ${dir_result}/*
+ sudo rm -rf ${dir_result}/*
res_volume="-v ${dir_result}:/home/opnfv/functest/results"
docker pull opnfv/functest:latest_stable >$redirect