Commit 0fdfcdbf authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed Post Create a new VNF Instance keyword in SOL002/VNF LCM v3.3.1 to use...

fixed Post Create a new VNF Instance keyword in SOL002/VNF LCM v3.3.1 to use proper vnfdId attribute in template request - NFVSOL(26)000126 issue#5
parent b92974c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ POST Create a new vnfInstance
    Set Headers    {"${AUTHORIZATION_HEADER}":"${AUTHORIZATION_TOKEN}"}
    Run Keyword If    ${check_descriptors} == 1    PARSE the Descriptor File
    ${template} =    Get File    jsons/createVnfRequest.json
    ${body}=        Format String   ${template}     vnfdId=${Descriptor_ID}
    ${body}=        Format String   ${template}     vnfdId=${vnfdId}
    Post    ${apiRoot}/${apiName}/${apiMajorVersion}/vnf_instances    ${body}
    ${outputResponse}=    Output    response
	Set Global Variable    ${response}    ${outputResponse}