aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets
diff options
context:
space:
mode:
authorKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>2020-04-28 13:27:57 +0200
committerMarcin Przybysz <marcin.przybysz@nokia.com>2020-04-30 08:06:31 +0000
commit8ff2b412beb36ef285555324a2b94cd97421edb7 (patch)
tree36dd76817b02453321be2b9bbae73dc240ecb758 /robot/assets
parentc5f768d7fdcf48fdab12c4f02e7120a122bba78b (diff)
Extend PnF registrate test cases for GR API
Issue-ID: INT-1477 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: If4184f17307e2694ab9988d24821fd1ce8331c31
Diffstat (limited to 'robot/assets')
-rw-r--r--robot/assets/templates/so/create_pnf_service_building_block.jinja6
1 files changed, 3 insertions, 3 deletions
diff --git a/robot/assets/templates/so/create_pnf_service_building_block.jinja b/robot/assets/templates/so/create_pnf_service_building_block.jinja
index 15fae640..31e3e51d 100644
--- a/robot/assets/templates/so/create_pnf_service_building_block.jinja
+++ b/robot/assets/templates/so/create_pnf_service_building_block.jinja
@@ -18,12 +18,12 @@
"instanceName":"{{service_name}}",
"productFamilyId":"{{productFamilyId}}",
"source":"VID",
- "suppressRollback": False,
+ "suppressRollback": "False",
"requestorId":"demo"
},
"requestParameters":{
"subscriptionServiceType":"{{service}}",
- "aLaCarte": False,
+ "aLaCarte": "False",
"userParams":[
{
"service":{
@@ -56,7 +56,7 @@
"productFamilyId":"{{productFamilyId}}",
"instanceParams":[],
"instanceName":"{{nf_instance_name}}"
- },
+ }
]
}
}