From 9fc46b043ad9ea3d2f3a32fb0b6188d39a7f4fec Mon Sep 17 00:00:00 2001
From: hammad zafar <hammad.zafar@xflowresearch.com>
Date: Tue, 2 Mar 2021 19:05:10 +0500
Subject: [PATCH] bug fixes

---
 .../ApiVersion.robot                          | 20 ++++++-------
 .../IndividualVNFSnapshotPackage.robot        | 10 +++----
 ...IndividualVNFSnapshotPackageArtifact.robot | 18 ++++++------
 .../VNFSnapshotPackageContent.robot           | 18 ++++++------
 .../VNFSnapshotPackages.robot                 | 28 +++++++++----------
 ...VnfSnapshotPackageManagementKeywords.robot |  2 +-
 6 files changed, 48 insertions(+), 48 deletions(-)

diff --git a/SOL003/VNFSnapshotPackageManagement-API/ApiVersion.robot b/SOL003/VNFSnapshotPackageManagement-API/ApiVersion.robot
index e770a779..2faac7da 100644
--- a/SOL003/VNFSnapshotPackageManagement-API/ApiVersion.robot
+++ b/SOL003/VNFSnapshotPackageManagement-API/ApiVersion.robot
@@ -8,7 +8,7 @@ POST API Version - Method not implemented
     ...    Test objective: The objective is to test that POST method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 9.3.3.3.1 - ETSI GS NFV-SOL 013 v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none    
     POST API Version
@@ -20,7 +20,7 @@ GET API Version
     ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
     ...    Pre-conditions: none
     ...    Reference: Clause 9.3.3.3.2 - ETSI GS NFV-SOL 013 v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none 
     GET API Version
@@ -33,7 +33,7 @@ PUT API Version - Method not implemented
     ...    Test objective: The objective is to test that PUT method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 9.3.3.3.3 - ETSI GS NFV-SOL 013 v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none 
     PUT API Version
@@ -45,7 +45,7 @@ PATCH API Version - Method not implemented
     ...    Test objective: The objective is to test that PATCH method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 9.3.3.3.4 - ETSI GS NFV-SOL 013 v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none 
     PATCH API Version
@@ -57,7 +57,7 @@ DELETE API Version - Method not implemented
     ...    Test objective: The objective is to test that DELETE method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 9.3.3.3.5 - ETSI GS NFV-SOL 013 v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none 
     DELETE API Version
@@ -69,7 +69,7 @@ POST API Version with apiMajorVerion - Method not implemented
     ...    Test objective: The objective is to test that POST method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 9.3.3.3.1 - ETSI GS NFV-SOL 013 v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none    
     POST API Version
@@ -81,7 +81,7 @@ GET API Version with apiMajorVerion
     ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
     ...    Pre-conditions: none
     ...    Reference: Clause 9.3.3.3.2 - ETSI GS NFV-SOL 013 v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none 
     GET API Version
@@ -94,7 +94,7 @@ PUT API Version with apiMajorVerion - Method not implemented
     ...    Test objective: The objective is to test that PUT method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 9.3.3.3.3 - ETSI GS NFV-SOL 013 v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none 
     PUT API Version
@@ -106,7 +106,7 @@ PATCH API Version with apiMajorVerion - Method not implemented
     ...    Test objective: The objective is to test that PATCH method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 9.3.3.3.4 - ETSI GS NFV-SOL 013 v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none 
     PATCH API Version
@@ -118,7 +118,7 @@ DELETE API Version with apiMajorVerion - Method not implemented
     ...    Test objective: The objective is to test that DELETE method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 9.3.3.3.5 - ETSI GS NFV-SOL 013 v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none 
     DELETE API Version
diff --git a/SOL003/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackage.robot b/SOL003/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackage.robot
index 36d95106..08297068 100644
--- a/SOL003/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackage.robot
+++ b/SOL003/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackage.robot
@@ -8,7 +8,7 @@ POST Individual VNF Snapshot Package - Method not implemented
     ...    Test objective: The objective is to test that POST method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.3.3.1 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     POST individual VNF Snapshot Package
@@ -20,7 +20,7 @@ GET Information about an individual VNF Snapshot Package - SUCCESSFUL
     ...    Test objective: The objective is to create a new VNF Snapshot Package resource
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.3.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     GET individual VNF Snapshot Package
@@ -46,7 +46,7 @@ PUT Individual VNF Snapshot Package - Method not implemented
     ...    Test objective: The objective is to test that PUT method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.3.3.3 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: VNF Snapshot Package not modified
     PUT individual VNF Snapshot Package
@@ -58,7 +58,7 @@ PATCH Individual VNF Snapshot Package - Method Not implemented
     ...    Test objective: The objective is to test that PATCH method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.3.3.4 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: VNF Snapshot Package modified
     PATCH individual VNF Snapshot Package
@@ -70,7 +70,7 @@ DELETE Individual VNF Snapshot Package - Method Not implemented
     ...    Test objective: The objective is to test that DELETE method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.3.3.5 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: VNF Snapshot Package deleted
     DELETE individual VNF Snapshot Package
diff --git a/SOL003/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackageArtifact.robot b/SOL003/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackageArtifact.robot
index 22445905..44da2f1e 100644
--- a/SOL003/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackageArtifact.robot
+++ b/SOL003/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackageArtifact.robot
@@ -8,7 +8,7 @@ POST Individual VNF Snapshot Package Artifact - Method not implemented
     ...    Test objective: The objective is to test that POST method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.5.3.1 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO 
     ...    Applicability: none
     ...    Post-Conditions: none
     POST Individual VNF Snapshot Package Artifact
@@ -20,7 +20,7 @@ GET Individual VNF Snapshot Package Artifact - Complete File
     ...    Test objective: The objective is to fetch the whole content of a VNF snapshot package using GET method.
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.5.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     GET Individual VNF Snapshot Package Artifact - Complete
@@ -33,7 +33,7 @@ GET Individual VNF Snapshot Package Artifact - Partial Content
     ...    Test objective: The objective is to fetch partial content of a VNF snapshot package by sending a range request using GET method.
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.5.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: NFVO supports range requests
     ...    Post-Conditions: none
     GET Individual VNF Snapshot Package Artifact - Range Request
@@ -47,7 +47,7 @@ GET Individual VNF Snapshot Package Artifact - Range Request Not Supported
     ...    Test objective: The objective is to test that the whole content of a VNF snapshot package is delivered even with a range request when NFVO does not support range requests.
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.5.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: NFVO does not support range requests
     ...    Post-Conditions: none
     GET Individual VNF Snapshot Package Artifact - Range Request
@@ -60,7 +60,7 @@ GET Individual VNF Snapshot Package Artifact - Range Not Satisfiable
     ...    Test objective: The objective is to test that an error is returned when the byte range passed in the "Range" header does not match any available byte range in the VNF snapshot package file.
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.5.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: NFVO supports range requests
     ...    Post-Conditions: none
     GET Individual VNF Snapshot Package Artifact - Invalid Range
@@ -72,7 +72,7 @@ GET Individual VNF Snapshot Package Artifact - Conflict
     ...    Test objective: The objective is to test that an error is returned when the "state" of the VNF snapshot package has a value different from "AVAILABLE".
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.5.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: The "state" of the VNF snapshot package has a value different from "AVAILABLE".
     ...    Post-Conditions: none
     GET Individual VNF Snapshot Package Artifact - Not Available
@@ -84,7 +84,7 @@ PUT Individual VNF Snapshot Package Artifact - Method not implemented
     ...    Test objective: The objective is to test that PUT method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.5.3.3 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: VNF Snapshot Package not modified
     PUT Individual VNF Snapshot Package Artifact
@@ -96,7 +96,7 @@ PATCH Individual VNF Snapshot Package Artifact - Method Not implemented
     ...    Test objective: The objective is to test that PATCH method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.5.3.4 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     PATCH Individual VNF Snapshot Package Artifact
@@ -108,7 +108,7 @@ DELETE Individual VNF Snapshot Package Artifact - Method Not implemented
     ...    Test objective: The objective is to test that DELETE method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.5.3.5 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     DELETE Individual VNF Snapshot Package Artifact
diff --git a/SOL003/VNFSnapshotPackageManagement-API/VNFSnapshotPackageContent.robot b/SOL003/VNFSnapshotPackageManagement-API/VNFSnapshotPackageContent.robot
index 8271d748..9518e4bb 100644
--- a/SOL003/VNFSnapshotPackageManagement-API/VNFSnapshotPackageContent.robot
+++ b/SOL003/VNFSnapshotPackageManagement-API/VNFSnapshotPackageContent.robot
@@ -8,7 +8,7 @@ POST VNF Snapshot Package Content - Method not implemented
     ...    Test objective: The objective is to test that POST method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.4.3.1 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     POST VNF Snapshot Package Content
@@ -20,7 +20,7 @@ GET VNF Snapshot Package Content - Complete File
     ...    Test objective: The objective is to fetch the whole content of a VNF snapshot package using GET method.
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.4.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     GET VNF Snapshot Package Content - Complete
@@ -33,7 +33,7 @@ GET VNF Snapshot Package Content - Partial Content
     ...    Test objective: The objective is to fetch partial content of a VNF snapshot package by sending a range request using GET method.
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.4.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: NFVO supports range requests
     ...    Post-Conditions: none
     GET VNF Snapshot Package Content - Range Request
@@ -47,7 +47,7 @@ GET VNF Snapshot Package Content - Range Request Not Supported
     ...    Test objective: The objective is to test that the whole content of a VNF snapshot package is delivered even with a range request when NFVO does not support range requests.
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.4.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: NFVO does not support range requests
     ...    Post-Conditions: none
     GET VNF Snapshot Package Content - Range Request
@@ -60,7 +60,7 @@ GET VNF Snapshot Package Content - Range Not Satisfiable
     ...    Test objective: The objective is to test that an error is returned when the byte range passed in the "Range" header does not match any available byte range in the VNF snapshot package file.
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.4.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: NFVO supports range requests
     ...    Post-Conditions: none
     GET VNF Snapshot Package Content - Invalid Range
@@ -72,7 +72,7 @@ GET VNF Snapshot Package Content - Conflict
     ...    Test objective: The objective is to test that an error is returned when the "state" of the VNF snapshot package has a value different from "AVAILABLE".
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.4.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: The "state" of the VNF snapshot package has a value different from "AVAILABLE".
     ...    Post-Conditions: none
     GET VNF Snapshot Package Content - Not Available
@@ -84,7 +84,7 @@ PUT VNF Snapshot Package Content - Method not implemented
     ...    Test objective: The objective is to test that PUT method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.4.3.3 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: VNF Snapshot Package not modified
     PUT VNF Snapshot Package Content
@@ -96,7 +96,7 @@ PATCH VNF Snapshot Package Content - Method Not implemented
     ...    Test objective: The objective is to test that PATCH method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.4.3.4 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     PATCH VNF Snapshot Package Content
@@ -108,7 +108,7 @@ DELETE VNF Snapshot Package Content - Method Not implemented
     ...    Test objective: The objective is to test that DELETE method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.4.3.5 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     DELETE VNF Snapshot Package Content
diff --git a/SOL003/VNFSnapshotPackageManagement-API/VNFSnapshotPackages.robot b/SOL003/VNFSnapshotPackageManagement-API/VNFSnapshotPackages.robot
index 6a845045..b5de47fe 100644
--- a/SOL003/VNFSnapshotPackageManagement-API/VNFSnapshotPackages.robot
+++ b/SOL003/VNFSnapshotPackageManagement-API/VNFSnapshotPackages.robot
@@ -8,7 +8,7 @@ POST VNF Snapshot Packages - Method not implemented
     ...    Test objective: The objective is to test that POST method is not implemented
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.2.3.1 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     POST VNF Snapshot Packages
@@ -20,7 +20,7 @@ GET information about multiple VNF Snapshot Packages
     ...    Test objective: The objective is to get information about multiples VNF Snapshot Packages
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.2.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     GET multiple VNF Snapshot Packages
@@ -33,7 +33,7 @@ GET information about multiple VNF Snapshot Packages Bad Request Invalid attribu
     ...    Test objective: The objective is to get information about multiples VNF Snapshot Packages with Invalid attribute-based filtering parameters
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.2.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     GET multiple VNF Snapshot Packages with bad attribute
@@ -46,7 +46,7 @@ GET information about multiple VNF Snapshot Packages Bad Request Invalid attribu
     ...    Test objective: The objective is to get information about multiples VNF Snapshot Packages with Invalid attribute-based filtering parameters
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.2.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     GET multiple VNF Snapshot Packages with bad filter
@@ -59,7 +59,7 @@ GET information about multiple VNF Snapshot Packages with "all_fields" attribute
     ...    Test objective: The objective is to query information about multiple VNF Snapshot Packages
     ...    Pre-conditions:  none
     ...    Reference: Clause 12.4.2.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     GET multiple VNF Snapshot Packages with all_fields attribute selector
@@ -72,7 +72,7 @@ GET information about multiple VNF Snapshot Packages with "exclude_default" attr
     ...    Test objective: The objective is to query information about multiple VNF Snapshot Packages
     ...    Pre-conditions:  none
     ...    Reference: Clause 12.4.2.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     GET multiple VNF Snapshot Packages with exclude_default attribute selector
@@ -85,7 +85,7 @@ GET information about multiple VNF Snapshot Packages with "fields" attribute sel
     ...    Test objective: The objective is to query information about multiple VNF Snapshot Packages
     ...    Pre-conditions:  none
     ...    Reference: Clause 12.4.2.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     GET multiple VNF Snapshot Packages with fields attribute selector
@@ -98,7 +98,7 @@ GET information about multiple VNF Snapshot Packages with "exclude_default" and
     ...    Test objective: The objective is to query information about multiple VNF Snapshot Packages
     ...    Pre-conditions:  none
     ...    Reference: Clause 12.4.2.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     GET multiple VNF Snapshot Packages with exclude_default and fields attribute selector
@@ -111,7 +111,7 @@ GET information about multiple VNF Snapshot Packages with "exclude_fields" attri
     ...    Test objective: The objective is to query information about multiple VNF Snapshot Packages
     ...    Pre-conditions:  none
     ...    Reference: Clause 12.4.2.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     GET multiple VNF Snapshot Packages with exclude_fields attribute selector
@@ -124,7 +124,7 @@ GET VNF Snapshot Packages - Bad Request Response too Big
     ...    Test objective: The objective is test that the retrieval of existing VNF Snapshot Packages list fails because response is too big, and perform the JSON schema validation of the failed operation HTTP response.
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.2.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: NFVO does not support paged response.
     ...    Post-Conditions: none 
     GET VNF Snapshot Packages without Paging support
@@ -137,7 +137,7 @@ GET VNF Snapshot Packages as Paged Response
     ...    Test objective: The objective is to test that GET method retrieves the list of existing VNF Snapshot Packages as paged response.
     ...    Pre-conditions: none
     ...    Reference: Clause 12.4.2.3.2 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: NFVO supports paged response.
     ...    Post-Conditions: none    
     GET VNF Snapshot Packages with Paging support
@@ -150,7 +150,7 @@ PUT VNF Snapshot Packages - Method not implemented
     ...    Test objective: The objective is to test that PUT method is not implemented
     ...    Pre-conditions:  none
     ...    Reference: Clause 12.4.2.3.3 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     PUT VNF Snapshot Packages
@@ -162,7 +162,7 @@ PATCH VNF Snapshot Packages - Method not implemented
     ...    Test objective: The objective is to test that PATCH method is not implemented
     ...    Pre-conditions: none 
     ...    Reference: Clause 12.4.2.3.4 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: none
     PATCH VNF Snapshot Packages
@@ -174,7 +174,7 @@ DELETE VNF Snapshot Packages - Method not implemented
     ...    Test objective: The objective is to test that DELETE method is not implemented
     ...    Pre-conditions: none 
     ...    Reference: Clause 12.4.2.3.5 - ETSI GS NFV-SOL 003 [1] v3.3.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
     ...    Post-Conditions: VNF snapshot package is not deleted
     DELETE VNF Snapshot Packages
diff --git a/SOL003/VNFSnapshotPackageManagement-API/VnfSnapshotPackageManagementKeywords.robot b/SOL003/VNFSnapshotPackageManagement-API/VnfSnapshotPackageManagementKeywords.robot
index ac4c4a0f..0100f7d5 100644
--- a/SOL003/VNFSnapshotPackageManagement-API/VnfSnapshotPackageManagementKeywords.robot
+++ b/SOL003/VNFSnapshotPackageManagement-API/VnfSnapshotPackageManagementKeywords.robot
@@ -1,6 +1,6 @@
 *** Settings ***
 Resource    environment/variables.txt  
-Library     REST    ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT}     ssl_verify=false
+Library     REST    ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT}     ssl_verify=false
 Library     DependencyLibrary
 Library     JSONLibrary
 Library     JSONSchemaLibrary    schemas/
-- 
GitLab