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

fixed issue #187 in 2.6.1

parent 62da7cab
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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