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
31394629
Commit
31394629
authored
Sep 21, 2021
by
Giacomo Bernini
Browse files
fixed issue
#187
in 2.6.1
parent
62da7cab
Changes
2
Hide whitespace changes
Inline
Side-by-side
SOL003/VNFPackageManagement-API/VNFPackageManagementKeywords.robot
View file @
31394629
...
...
@@ -556,6 +556,8 @@ Check Postcondition VNFD Exist
Set Headers
{"Accept": "
${ACCEPT_ZIP}
"}
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"
${AUTHORIZATION_HEADER}
":"
${AUTHORIZATION_TOKEN}
"}
GET
${apiRoot}
/
${apiName}
/
${apiVersion}
/vnf_packages/
${vnfPkgZipVNFD}
/vnfd
${output}
=
Output
response
Set Suite Variable
${response}
${output}
Check HTTP Response Status Code Is
200
GET Individual VNF Package Artifact
...
...
SOL005/VNFPackageManagement-API/VNFPackageManagementKeywords.robot
View file @
31394629
...
...
@@ -423,6 +423,8 @@ Check Postcondition VNFD Exist
Set Headers
{"Accept": "
${ACCEPT_ZIP}
"}
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"
${AUTHORIZATION_HEADER}
":"
${AUTHORIZATION_TOKEN}
"}
GET
${apiRoot}
/
${apiName}
/
${apiVersion}
/vnf_packages/
${vnfPkgZipVNFD}
/vnfd
${output}
=
Output
response
Set Suite Variable
${response}
${output}
Check HTTP Response Status Code Is
200
GET Individual VNF Package Content
...
...
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