@@ -162,10 +162,9 @@ DELETE all VNF Packages - Method not implemented
...Reference: Clause 10.4.2.3.5 - ETSI GS NFV-SOL 003 [1] v2.7.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: The VNF Packages are not deleted by the failed operation
...Post-Conditions: none
Send DELETE Request for all VNF Packages
Check HTTP Response Status Code Is405
Check Postcondition VNF Packages Exist
GET all VNF Packages as a Paged Response
[Documentation]Test ID: 7.3.3.1.13
...
...
@@ -348,10 +347,9 @@ DELETE all OnBoarded VNF Packages - Method not implemented
...Reference: Clause 10.4.2.3.5 - ETSI GS NFV-SOL 003 [1] v2.7.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: The VNF Packages are not deleted by the failed operation
...Post-Conditions: none
Send OnBoarded DELETE Request for all VNF Packages
Check HTTP Response Status Code Is405
Check Postcondition VNF Packages Exist
GET all OnBoarded VNF Packages as a Paged Response
[Documentation]Test ID: 7.3.3.1.27
...
...
@@ -377,4 +375,32 @@ GET OnBoarded VNF Packages - Bad Request Response too Big
...Post-Conditions: none
Get all OnBoarded VNF Packages
Check HTTP Response Status Code Is400
Check HTTP Response Body Json Schema IsProblemDetails
\ No newline at end of file
Check HTTP Response Body Json Schema IsProblemDetails
GET VNF Packages with "fields" and "exclude_default" attribute selector
[Documentation]Test ID: 7.3.3.1.29
...Test title: GET VNF Packages with fields and exclude_default attribute selector
...Test objective: The objective is to test the retrieval of VNF packages with "fields" and "exclude_default" 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: Clause 10.4.2.3.2 - ETSI GS NFV-SOL 003 [1] v2.7.1
...Config ID: Config_prod_NFVO
...Applicability: The VNFM supports the use of fields attribute selector
...Post-Conditions: none
GET VNF Packages with fields and exclude_default attribute selector
Check HTTP Response Status Code Is200
Check HTTP Response Body Json Schema IsvnfPkgsInfo
Check HTTP Response Body vnfPkgsInfo Matches the requested fields and exclude_default selector
GET OnBoarded VNF Packages with "fields" and "exclude_default" attribute selector
[Documentation]Test ID: 7.3.3.1.30
...Test title: GET OnBoarded VNF Packages with fields and exclude_default attribute selector
...Test objective: The objective is to test the retrieval of OnBoarded VNF packages with "fields" and "exclude_default" 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.