Skip to content
Snippets Groups Projects
Commit fe4d232f authored by Hammad Zafar's avatar Hammad Zafar
Browse files

corrected test ID and updated template variable for CreateVnfSnapshotInfoRequest.json

parent befec56f
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !152. Comments created here will be created in the context of that merge request.
......@@ -172,7 +172,7 @@ PATCH VNF Snapshots - Method not implemented
Check HTTP Response Status Code Is 405
DELETE VNF Snapshots - Method not implemented
[Documentation] Test ID: 6.3.5.25.11
[Documentation] Test ID: 6.3.5.25.14
... Test title: DELETE VNF Snapshots - Method not implemented
... Test objective: The objective is to test that DELETE method is not implemented
... Pre-conditions: none
......
......@@ -198,7 +198,7 @@ POST Create a new VNF Snapshot
Set Headers {"Content-Type": "${CONTENT_TYPE}"}
Set Headers {"${AUTHORIZATION_HEADER}":"${AUTHORIZATION_TOKEN}"}
${template} = Get File jsons/CreateVnfSnapshotInfoRequest.json
${body}= Format String ${template} vnfdId=${Descriptor_ID}
${body}= Format String ${template} vnfSnapshotPkgId=${vnfSnapshotPkgId}
Post ${apiRoot}/${apiName}/${apiMajorVersion}/vnf_snapshots ${body}
${outputResponse}= Output response
Set Global Variable ${response} ${outputResponse}
......
......@@ -50,6 +50,7 @@ ${PAGING_SUPPORTED} 0
${vnfSnapshotInfoId}
${invalidVnfSnapshotInfoId}
${vnfSnapshotInfoId_InUse} snapshotId-of-a-resource-AlreadyInUse
${vnfSnapshotPkgId}
${callback_uri} http://localhost
${callback_port} 9091
......
{
"vnfSnapshotPkgId": ""
}
\ No newline at end of file
{{
"vnfSnapshotPkgId": "{vnfSnapshotPkgId}"
}}
\ No newline at end of file
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