Commit ad1b2ff2 authored by Hammad Zafar's avatar Hammad Zafar Committed by Giacomo Bernini
Browse files

corrected test ID and updated template variable for CreateVnfSnapshotInfoRequest.json

parent 293a2127
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 
+1 −1
Original line number Diff line number Diff line
@@ -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} 	
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ ${PAGING_SUPPORTED} 0
${vnfSnapshotInfoId}
${invalidVnfSnapshotInfoId}
${vnfSnapshotInfoId_InUse}    snapshotId-of-a-resource-AlreadyInUse
${vnfSnapshotPkgId}

${callback_uri}    http://localhost
${callback_port}    9091
+3 −3
Original line number Diff line number Diff line
{
  "vnfSnapshotPkgId": ""
}
 No newline at end of file
{{
  "vnfSnapshotPkgId": "{vnfSnapshotPkgId}"
}}
 No newline at end of file