summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Juvonen <tomi.juvonen@nokia.com>2020-01-28 07:27:30 +0200
committerTomi Juvonen <tomi.juvonen@nokia.com>2020-01-28 08:17:24 +0200
commitbd4396965fa315b582ac733a1d7e54bb8b55dd7e (patch)
tree9492fba7a91e044275a2b6e44ef91e28d8a7d005
parent5713b57f59da201710610f4deb376a53441a173b (diff)
VNFM with ETSI FEAT03 changes
Doctor to use ETSI FEAT03 constraints in maintenance testing JIRA: DOCTOR-137 Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com> Change-Id: Id6b14278f7c100c8a7283e245628d037b4b22f4d
-rw-r--r--jjb/doctor/doctor.yaml12
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