Skip to content
Snippets Groups Projects
Commit 3cd55a9e authored by uihassan's avatar uihassan
Browse files

remove unused template variable

parent 00b70753
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
{{
"vnfInstanceName": "string",
"vnfInstanceDescription": "string",
"vnfdId": "{vnfdId}",
"vnfProvider":"{vnfProvider}",
"vnfProductName":"{vnfProductName}",
"vnfSoftwareVersion":"{vnfSoftwareVersion}",
"vnfdVersion":"{vnfdVersion}"
"vnfdId": "{vnfdId}"
}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment