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
b53baf87
Commit
b53baf87
authored
Feb 11, 2021
by
Giacomo Bernini
Browse files
fixed rest library use
parent
f07f7ba7
Changes
1
Hide whitespace changes
Inline
Side-by-side
SOL005/NSDManagement-API/NSDManagementKeywords.robot
View file @
b53baf87
...
...
@@ -713,7 +713,7 @@ Send PUT Request to upload PNFD Content with conflict due to onboarding state
Set Headers
{"Content-Type": "application/zip"}
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"Authorization": "
${AUTHORIZATION}
"}
${body}
=
Get Binary File
${contentZipPnfd}
REST.PUT
${apiRoot}
/
${apiName}
/
${apiMajorVersion}
/pnf_descriptors/
${creatingPnfdInfoId}
/pnfd_content
data=
${body}
REST.PUT
${apiRoot}
/
${apiName}
/
${apiMajorVersion}
/pnf_descriptors/
${creatingPnfdInfoId}
/pnfd_content
${body}
${output}
=
Output
response
Set Suite Variable
${response}
${output}
...
...
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