Skip to content
Snippets Groups Projects
Commit e88d4a8a authored by Najam UI Hassan's avatar Najam UI Hassan
Browse files

minor bug fix

parent 356a2954
No related branches found
No related tags found
3 merge requests!199Merge "3.3.1 dev" into "release 3" master,!193Merge 2.7.1 dev into Master, for TST010ed271 publication,!116SOL002 VNF Lifecycle Management - Implementation of deltas between v2.7.1 and v2.6.1
......@@ -49,7 +49,7 @@ Check resource existence and get CallbackUri
Set Headers {"Accept":"${ACCEPT}"}
Set Headers {"Content-Type": "${CONTENT_TYPE}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Get ${apiRoot}/${apiName}/${apiMajorVersion}/subscriptions
Get ${apiRoot}/${apiName}/${apiMajorVersion}/subscriptions/${subscriptionId}
Integer response status 200
Validate Json response body Subscriptions.schema.json
Validate Json response body subscription.schema.json
Set Global Variable ${callbackResp} response body callbackUri
{{
"id":"",
"notificationType":"VnfIdentifierCreationNotification",
"notificationType":"VnfIdentifierDeletionNotification",
"subscriptionId":"{subscriptionId}",
"timeStamp":"",
"vnfInstanceId":"{vnfInstanceId}",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment