diff --git a/SOL002/VNFLifecycleManagement-API/VNFSnapshots.robot b/SOL002/VNFLifecycleManagement-API/VNFSnapshots.robot
index baa1fce5829102ebea94e5ee32dfa128472b6558..59df66d7ef43aa36472a80a379f910123d712907 100644
--- a/SOL002/VNFLifecycleManagement-API/VNFSnapshots.robot
+++ b/SOL002/VNFLifecycleManagement-API/VNFSnapshots.robot
@@ -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 
diff --git a/SOL002/VNFLifecycleManagement-API/VnfLcmOperationKeywords.robot b/SOL002/VNFLifecycleManagement-API/VnfLcmOperationKeywords.robot
index d093d31d85d4b485dcfc67dfe2719e4a900e4119..4ff17df6da5f145d54bf81d0cbafc317818b8d25 100644
--- a/SOL002/VNFLifecycleManagement-API/VnfLcmOperationKeywords.robot
+++ b/SOL002/VNFLifecycleManagement-API/VnfLcmOperationKeywords.robot
@@ -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} 	
diff --git a/SOL002/VNFLifecycleManagement-API/environment/variables.txt b/SOL002/VNFLifecycleManagement-API/environment/variables.txt
index e16cba00da269c6fc3a84e3c45d19ce067756afe..fb0bb290722ede39733e0da3a013e812295237d1 100644
--- a/SOL002/VNFLifecycleManagement-API/environment/variables.txt
+++ b/SOL002/VNFLifecycleManagement-API/environment/variables.txt
@@ -50,6 +50,7 @@ ${PAGING_SUPPORTED}    0
 ${vnfSnapshotInfoId}
 ${invalidVnfSnapshotInfoId}
 ${vnfSnapshotInfoId_InUse}    snapshotId-of-a-resource-AlreadyInUse
+${vnfSnapshotPkgId}
 
 ${callback_uri}    http://localhost
 ${callback_port}    9091
diff --git a/SOL002/VNFLifecycleManagement-API/jsons/CreateVnfSnapshotInfoRequest.json b/SOL002/VNFLifecycleManagement-API/jsons/CreateVnfSnapshotInfoRequest.json
index 55fd9aa67a081f7d80be6648b4f757f3277ea8c1..c16bca9c08e4c86100d8e2b8df5f820692d20325 100644
--- a/SOL002/VNFLifecycleManagement-API/jsons/CreateVnfSnapshotInfoRequest.json
+++ b/SOL002/VNFLifecycleManagement-API/jsons/CreateVnfSnapshotInfoRequest.json
@@ -1,3 +1,3 @@
-{
-  "vnfSnapshotPkgId": ""
-}
\ No newline at end of file
+{{
+  "vnfSnapshotPkgId": "{vnfSnapshotPkgId}"
+}}
\ No newline at end of file