From 93a423f3e7552acf2660a5c452f4fd95722788b1 Mon Sep 17 00:00:00 2001 From: Giacomo Bernini Date: Wed, 22 May 2019 15:32:46 +0200 Subject: [PATCH] Updated contirbutions 128 and 129 --- .../IndividualVNFPackage.robot | 4 ++-- .../VNFPackageManagement-API/VNFPackages.robot | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/SOL003/VNFPackageManagement-API/IndividualVNFPackage.robot b/SOL003/VNFPackageManagement-API/IndividualVNFPackage.robot index 298ca365..a5b16930 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 506794c8..b1a93751 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 -- GitLab