diff --git a/SOL002/VNFLifecycleManagement-API/NotificationConsumer.robot b/SOL002/VNFLifecycleManagement-API/NotificationConsumer.robot index 6a4fa734b74f9a974e1988c995d1cf8ff94d4c99..58ad40cff1a50236b2149b73b0d416709d5d89a3 100644 --- a/SOL002/VNFLifecycleManagement-API/NotificationConsumer.robot +++ b/SOL002/VNFLifecycleManagement-API/NotificationConsumer.robot @@ -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 diff --git a/SOL002/VNFLifecycleManagement-API/jsons/VnfIdentifierDeletionNotification.json b/SOL002/VNFLifecycleManagement-API/jsons/VnfIdentifierDeletionNotification.json index 678278c5d82a9b9b63ade939904d8ed905942963..287c30299d1c5d13821c30bd89b746b90095ce77 100644 --- a/SOL002/VNFLifecycleManagement-API/jsons/VnfIdentifierDeletionNotification.json +++ b/SOL002/VNFLifecycleManagement-API/jsons/VnfIdentifierDeletionNotification.json @@ -1,6 +1,6 @@ {{ "id":"", - "notificationType":"VnfIdentifierCreationNotification", + "notificationType":"VnfIdentifierDeletionNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "vnfInstanceId":"{vnfInstanceId}",