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
f7d342d6
Commit
f7d342d6
authored
Feb 23, 2021
by
Giacomo Bernini
Browse files
fixed issue
#163
on v2.6.1
parent
2d4c6696
Changes
1
Hide whitespace changes
Inline
Side-by-side
SOL005/NSDManagement-API/NSDManagementKeywords.robot
View file @
f7d342d6
...
...
@@ -1019,10 +1019,9 @@ Send Patch request for individual NSD Management Subscription
Check Postcondition NSD Management Subscription is Unmodified (Implicit)
Log
Check postconidtion subscription not modified
GET individual NSD Management Subscription
Log
Check Response matches original VNF Threshold
${subscription}
=
evaluate
json.loads('''
${response['body']}
''')
json
Should Be Equal
${origResponse['body']['id']}
${subscription.id}
Should Be Equal
${origResponse['body']['callbackUri']}
${subscription.callbackUri}
Log
Check Response matches original subscription
Should Be Equal
${origResponse['body']['id']}
${response['body']['id']}
Should Be Equal
${origResponse['body']['callbackUri']}
${response['body']['callbackUri']}
Check Postcondition NSD Management Subscription is not Created
Log
Trying to get a new subscription
...
...
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