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
87f48cbe
Commit
87f48cbe
authored
Feb 08, 2021
by
Elian Kraja
Browse files
Fix issue
#150
parent
2fe8ec4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
SOL003/VNFPackageManagement-API/VNFPackageManagementKeywords.robot
View file @
87f48cbe
...
...
@@ -1147,4 +1147,6 @@ Check Postcondition OnBoarded VNF Package Artifact Exist
Set Headers
{"Accept": "
${ACCEPT_JSON}
"}
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"Authorization": "
${AUTHORIZATION}
"}
GET
${apiRoot}
/
${apiName}
/
${apiVersion}
/onboarded_vnf_packages/
${vndId}
/artifacts/
${artifactPath}
${output}
=
Output
response
Set Suite Variable
${response}
${output}
Check HTTP Response Status Code Is
200
SOL005/VNFPackageManagement-API/VNFPackageManagementKeywords.robot
View file @
87f48cbe
...
...
@@ -633,6 +633,8 @@ Check Postcondition VNF Package Artifact Exist
Set Headers
{"Accept": "
${ACCEPT_JSON}
"}
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"Authorization": "
${AUTHORIZATION}
"}
GET
${apiRoot}
/
${apiName}
/
${apiVersion}
/vnf_packages/
${vnfPackageId}
/artifacts/
${artifactPath}
${output}
=
Output
response
Set Suite Variable
${response}
${output}
Check HTTP Response Status Code Is
200
Send POST Request to upload VNF Package Content from URI
...
...
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