Commit 5dcbc038 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

implemented deltas for SOL003 VNF FM v2.8.1

parent 28ffafea
......@@ -271,6 +271,8 @@ POST Subscription
Post ${apiRoot}/${apiName}/${apiMajorVersion}/subscriptions ${body}
${outputResponse}= Output response
Set Global Variable ${response} ${outputResponse}
Log Verify the notification endpoint has been tested
Verify Mock Expectation ${notification_request}
Clear Requests ${callback_endpoint}
Send POST Request for duplicated subscription
......@@ -289,6 +291,8 @@ Send POST Request for duplicated subscription
Post ${apiRoot}/${apiName}/${apiMajorVersion}/subscriptions ${body}
${outputResponse}= Output response
Set Global Variable ${response} ${outputResponse}
Log Verify the notification endpoint has been tested
Verify Mock Expectation ${notification_request}
Clear Requests ${callback_endpoint}
Send POST Request for duplicated subscription not permitted
......@@ -307,6 +311,8 @@ Send POST Request for duplicated subscription not permitted
Post ${apiRoot}/${apiName}/${apiMajorVersion}/subscriptions ${body}
${outputResponse}= Output response
Set Global Variable ${response} ${outputResponse}
Log Verify the notification endpoint has been tested
Verify Mock Expectation ${notification_request}
Clear Requests ${callback_endpoint}
GET Subscriptions
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment