summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2018-12-18 01:08:43 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-12-18 01:08:43 +0000
commitcf9cc976185da259eca1b3e8722b75a9855e8f8c (patch)
tree03dcce92afeb0fef8e4d7ddfbf703fb6d6a23fb1 /jjb
parenta87d08f26c1a8f2b99e03dc3b0654fb3e9796382 (diff)
parent488c558492201aacd359305a7afa3d5640a90b0e (diff)
Merge "Add parameter of `DEPLOY_SCENARIO` for doctor"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/doctor/doctor.yaml13
1 files changed, 11 insertions, 2 deletions
diff --git a/jjb/doctor/doctor.yaml b/jjb/doctor/doctor.yaml
index deccc32a4..71c519856 100644
--- a/jjb/doctor/doctor.yaml
+++ b/jjb/doctor/doctor.yaml
@@ -21,8 +21,10 @@
disabled: false
installer:
- - 'apex'
- - 'fuel'
+ - 'apex':
+ scenario: 'os-nosdn-nofeature-noha'
+ - 'fuel':
+ scenario: 'os-nosdn-nofeature-noha'
arch:
- 'x86_64'
@@ -117,6 +119,7 @@
- 'doctor-slave-parameter'
- 'doctor-parameter':
inspector: '{inspector}'
+ scenario: '{scenario}'
test_case: 'fault_management'
scm:
- git-scm-gerrit
@@ -141,6 +144,7 @@
- 'doctor-slave-parameter'
- 'doctor-parameter':
inspector: '{inspector}'
+ scenario: '{scenario}'
test_case: 'maintenance'
scm:
- git-scm-gerrit
@@ -165,6 +169,7 @@
- 'doctor-slave-parameter'
- 'doctor-parameter':
inspector: '{inspector}'
+ scenario: '{scenario}'
test_case: 'all'
scm:
- git-scm-gerrit
@@ -188,6 +193,10 @@
name: TEST_CASE
default: '{test_case}'
description: 'test case: all, fault_management or maintenance'
+ - string:
+ name: DEPLOY_SCENARIO
+ default: '{scenario}'
+ description: 'Scenario to deploy and test'
# -------------------------------