Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
api-tests
Commits
5dcbc038
Commit
5dcbc038
authored
May 24, 2021
by
Giacomo Bernini
Browse files
implemented deltas for SOL003 VNF FM v2.8.1
parent
28ffafea
Changes
1
Hide whitespace changes
Inline
Side-by-side
SOL003/VNFFaultManagement-API/FaultManagement-APIKeyword.robot
View file @
5dcbc038
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment