Commit 87f48cbe authored by Elian Kraja's avatar Elian Kraja
Browse files

Fix issue #150

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