diff --git a/SOL003/VNFPackageManagement-API/IndividualVNFPackage.robot b/SOL003/VNFPackageManagement-API/IndividualVNFPackage.robot index 298ca365a252e60c7bfadbed6512fce5fd7a8a7a..a5b1693014a4da572c2786f056ccaa6b770e7bd1 100644 --- a/SOL003/VNFPackageManagement-API/IndividualVNFPackage.robot +++ b/SOL003/VNFPackageManagement-API/IndividualVNFPackage.robot @@ -53,7 +53,7 @@ PUT Individual VNF Package - Method not implemented ... Reference: section 10.4.3.3.3 - SOL003 v2.4.1 ... Config ID: Config_prod_NFVO ... Applicability: none - ... Post-Conditions: The VNF Package is not deleted by the failed operation + ... Post-Conditions: none Send PUT Request for individual VNF Package Check HTTP Response Status Code Is 405 @@ -77,7 +77,7 @@ DELETE Individual VNF Package - Method not implemented ... Reference: section 10.4.3.3.5 - SOL003 v2.4.1 ... Config ID: Config_prod_NFVO ... Applicability: none - ... Post-Conditions: none + ... Post-Conditions: The VNF Package is not deleted by the failed operation Send DELETE Request for individual VNF Package Check HTTP Response Status Code Is 405 Check Postcondition VNF Package Exist \ No newline at end of file diff --git a/SOL003/VNFPackageManagement-API/VNFPackages.robot b/SOL003/VNFPackageManagement-API/VNFPackages.robot index 506794c8eb7dbc50e190dfc820b823b6e4ca1c8e..b1a937514afe20f8b0f038cd6451bb51054310f7 100644 --- a/SOL003/VNFPackageManagement-API/VNFPackages.robot +++ b/SOL003/VNFPackageManagement-API/VNFPackages.robot @@ -50,10 +50,10 @@ GET VNF Packages with invalid attribute-based filter Check HTTP Response Status Code Is 400 Check HTTP Response Body Json Schema Is ProblemDetails -GET all Packages - all_fields +GET VNF Packages with "all_fields" attribute selector [Documentation] Test ID: 7.3.3.1.4 - ... Test title: GET VNF Packages with all_fields attribute selector - ... Test objective: The objective is to test the retrieval of VNF packages with all_fields attribute selector, perform a JSON schema validation of the collected data structure, and verify that the retrieved information matches the issued all_fileds selector + ... Test title: GET VNF Packages with "all_fields" attribute selector + ... Test objective: The objective is to test the retrieval of VNF packages with "all_fields" attribute selector, perform a JSON schema validation of the collected data structure, and verify that the retrieved information matches the issued "all_fileds" selector ... Pre-conditions: One or more VNF packages are onboarded in the NFVO. ... Reference: section 4.3.3.2.1, 10.4.2.3.2 - SOL003 v2.4.1 ... Config ID: Config_prod_NFVO @@ -64,10 +64,10 @@ GET all Packages - all_fields Check HTTP Response Body Json Schema Is vnfPkgsInfo Check HTTP Response Body vnfPkgsInfo Matches the requested all_fields selector -GET VNF Packages with exclude_default attribute selector +GET VNF Packages with "exclude_default" attribute selector [Documentation] Test ID: 7.3.3.1.5 ... Test title: GET VNF Packages with exclude_default attribute selector - ... Test objective: The objective is to test the retrieval of VNF packages with exclude_default attribute selector, perform a JSON schema validation of the collected data structure, and verify that the retrieved information matches the issued exclude_default selector + ... Test objective: The objective is to test the retrieval of VNF packages with "exclude_default" attribute selector, perform a JSON schema validation of the collected data structure, and verify that the retrieved information matches the issued "exclude_default" selector ... Pre-conditions: One or more VNF packages are onboarded in the NFVO. ... Reference: section 4.3.3.2.1, 10.4.2.3.2 - SOL003 v2.4.1 ... Config ID: Config_prod_NFVO @@ -78,10 +78,10 @@ GET VNF Packages with exclude_default attribute selector Check HTTP Response Body Json Schema Is vnfPkgsInfo Check HTTP Response Body vnfPkgsInfo Matches the requested exclude_default selector -GET VNF Packages with fields attribute selector +GET VNF Packages with "fields" attribute selector [Documentation] Test ID: 7.3.3.1.6 ... Test title: GET VNF Packages with fields attribute selector - ... Test objective: The objective is to test the retrieval of VNF packages with fields attribute selector, perform a JSON schema validation of the collected data structure, and verify that the retrieved information matches the issued fields selector + ... Test objective: The objective is to test the retrieval of VNF packages with "fields" attribute selector, perform a JSON schema validation of the collected data structure, and verify that the retrieved information matches the issued "fields" selector ... Pre-conditions: One or more VNF packages are onboarded in the NFVO. ... Reference: section 4.3.3.2.1, 10.4.2.3.2 - SOL003 v2.4.1 ... Config ID: Config_prod_NFVO @@ -92,10 +92,10 @@ GET VNF Packages with fields attribute selector Check HTTP Response Body Json Schema Is vnfPkgsInfo Check HTTP Response Body vnfPkgsInfo Matches the requested fields selector -GET VNF Packages with exclude_fields attribute selector +GET VNF Packages with "exclude_fields" attribute selector [Documentation] Test ID: 7.3.3.1.7 ... Test title: GET VNF Packages with exclude_fields attribute selector - ... Test objective: The objective is to test the retrieval of VNF packages with exclude_fields attribute selector, perform a JSON schema validation of the collected data structure, and verify that the retrieved information matches the issued exclude_fields selector + ... Test objective: The objective is to test the retrieval of VNF packages with "exclude_fields" attribute selector, perform a JSON schema validation of the collected data structure, and verify that the retrieved information matches the issued "exclude_fields" selector ... Pre-conditions: One or more VNF packages are onboarded in the NFVO. ... Reference: section 4.3.3.2.1, 10.4.2.3.2 - SOL003 v2.4.1 ... Config ID: Config_prod_NFVO