Commit 3cd55a9e authored by uihassan's avatar uihassan
Browse files

remove unused template variable

parent 00b70753
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ POST Create a new vnfInstance
    Set Headers    {"Authorization":"${AUTHORIZATION}"}
    Run Keyword If    ${check_descriptors} == 1    Add VNF Descriptor Content to VNF Instance
    ${template} =    Get File    jsons/createVnfRequest.json
    ${body}=        Format String   ${template}     vnfdId=${descriptor_id}    vnfProvider=${provider}    vnfProductName=${product_name}    vnfSoftwareVersion=${software_version}    vnfdVersion= ${descriptor_version}
    ${body}=        Format String   ${template}     vnfdId=${descriptor_id}
    Post    ${apiRoot}/${apiName}/${apiMajorVersion}/vnf_instances    ${body}
    ${outputResponse}=    Output    response
	Set Global Variable    ${response}    ${outputResponse} 	
+1 −5
Original line number Diff line number Diff line
{{
  "vnfInstanceName": "string",
  "vnfInstanceDescription": "string",
  "vnfdId": "{vnfdId}",
  "vnfProvider":"{vnfProvider}",
  "vnfProductName":"{vnfProductName}",
  "vnfSoftwareVersion":"{vnfSoftwareVersion}",
  "vnfdVersion":"{vnfdVersion}"
  "vnfdId": "{vnfdId}"
}}