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
55c08a5e
Commit
55c08a5e
authored
Feb 23, 2021
by
Giacomo Bernini
Browse files
fixed issue
#162
on v2.6.1
parent
f7d342d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
SOL005/NSDManagement-API/NSDManagementKeywords.robot
View file @
55c08a5e
...
...
@@ -190,6 +190,7 @@ GET Individual Network Service Descriptor Information
GET
${apiRoot}
/
${apiName}
/
${apiVersion}
/ns_descriptors/
${nsdInfoId}
${output}
=
Output
response
Set Suite Variable
${response}
${output}
Set Suite Variable
${usageState}
${response['body']['nsdUsageState']}
Check HTTP Response Body NsdInfo Identifier matches the requested Network Service Descriptor Information
Log
Going to validate info retrieved
...
...
@@ -204,7 +205,6 @@ GET Individual Network Service Descriptor Information with invalid resource iden
Integer
response status
404
${output}
=
Output
response
Set Suite Variable
${response}
${output}
Set Suite Variable
${usageState}
${response['body']['nsdUsageState']}
Send PATCH to disable Individual Network Service Descriptor
Log
Trying to perform a PATCH. As prerequisite the nsdInfo shall be in enabled operational state
...
...
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