diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2020-02-05 21:52:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2020-02-05 21:52:42 +0000 |
commit | 7edc61bab16b8fd815517fcbbaee032669dcd97f (patch) | |
tree | caaa84c2f9b6eaff6f57e5e303bd13d8af6bdb75 /jjb | |
parent | eeded857149775094bcdaf50e0c64952b7891146 (diff) | |
parent | bd4396965fa315b582ac733a1d7e54bb8b55dd7e (diff) |
Merge "VNFM with ETSI FEAT03 changes"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/doctor/doctor.yaml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/jjb/doctor/doctor.yaml b/jjb/doctor/doctor.yaml index 79d526274..1b86a3a67 100644 --- a/jjb/doctor/doctor.yaml +++ b/jjb/doctor/doctor.yaml @@ -98,7 +98,8 @@ inspector: '{inspector}' scenario: '{scenario}' test_case: 'fault_management' - admin_tool_type: 'sample' + admin_tool_type: 'fenix' + app_manager_type: 'vnfm' scm: - git-scm-gerrit builders: @@ -125,6 +126,7 @@ scenario: '{scenario}' test_case: 'maintenance' admin_tool_type: 'fenix' + app_manager_type: 'vnfm' scm: - git-scm-gerrit builders: @@ -150,7 +152,8 @@ inspector: '{inspector}' scenario: '{scenario}' test_case: 'all' - admin_tool_type: 'sample' + admin_tool_type: 'fenix' + app_manager_type: 'vnfm' scm: - git-scm-gerrit builders: @@ -181,7 +184,10 @@ name: ADMIN_TOOL_TYPE default: '{admin_tool_type}' description: 'admin_tool_type: sample, fenix' - + - string: + name: APP_MANAGER_TYPE + default: '{app_manager_type}' + description: 'app_manager_type: sample, vnfm' # ------------------------------- # builder macros |