Commit 31394629 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed issue #187 in 2.6.1

parent 62da7cab
......@@ -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
......
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment