...Test objective: The objective is to test the retrieval of all the available NFV-MANO performance thresholds and perform a JSON schema validation of the collected thresholds data structure.
...Pre-conditions: A NFV-MANO instance is instantiated. One or more NFV-MANO performance thresholds are set.
...Reference: clause 6.5.6.3.2 - ETSI GS NFV-SOL 009 [5] V3.3.1
...Config ID: Config_prod_NFV-MANO
...Applicability: none
...Post-Conditions: none
GET all Performance Thresholds
Check HTTP Response Status Code Is200
Check HTTP Response Body Json Schema IsThresholds
GET Performance Thresholds with attribute-based filter
[Documentation]Test ID: 8.3.2.4.2
...Test title: GET Performance Thresholds with attribute-based filter
...Test objective: The objective is to test the retrieval of all the available NFV-MANO performance thresholds when using attribute-based filters, perform a JSON schema validation of the collected thresholds data structure, and verify that the retrieved information matches the issued attribute-based filter
...Pre-conditions: A NFV-MANO instance is instantiated. One or more NFV-MANO performance thresholds are set in the NFV-MANO.
...Reference: clause 6.5.6.3.2 - ETSI GS NFV-SOL 009 [5] V3.3.1
...Config ID: Config_prod_NFV-MANO
...Applicability: none
...Post-Conditions: none
GET Performance Thresholds with attribute-based filter
Check HTTP Response Status Code Is200
Check HTTP Response Body Json Schema IsThresholds
Check HTTP Response Body Thresholds match the requested attribute-based filter
GET Performance Threshold with Paged Response
[Documentation]Test ID: 8.3.2.4.3
...Test title: GET Performance Threshold with Paged Response
...Test objective: The objective is to query information about NFV-MANO Performance Thresholds to get Paged Response.
...Pre-conditions:A NFV-MANO instance is instantiated. One or more NFV-MANO performance thresholds are set.
...Reference: clause 6.5.6.3.2 - ETSI GS NFV-SOL 009 [5] V3.3.1
...Config ID: Config_prod_VNFM
...Applicability:
...Post-Conditions:
GET all Performance Thresholds
Check HTTP Response Status Code Is200
Check LINK in Header
GET Performance Thresholds - Invalid attribute-based filter
[Documentation]Test ID: 8.3.2.4.4
...Test title: GET Performance Thresholds - Invalid attribute-based filter
...Test objective: The objective is to test that the retrieval of NFV-MANO performance thresholds fails when using invalid attribute-based filter, and perform the JSON schema validation of the failed operation HTTP response.
...Pre-conditions: A NFV-MANO instance is instantiated. One or more NFV-MANO performance thresholds are set.
...Reference: clause 6.5.6.3.2 - ETSI GS NFV-SOL 009 [5] V3.3.1
...Config ID: Config_prod_NFV-MANO
...Applicability: none
...Post-Conditions: none
GET Performance Thresholds with invalid attribute-based filter
Check HTTP Response Status Code Is400
Check HTTP Response Body Json Schema IsProblemDetails
GET Performance Threshold - Bad Request Response too Big
[Documentation]Test ID: 8.3.2.4.5
...Test title: GET Performance Threshold - Bad Request Response too Big
...Test objective: The objective is to test that the retrieval of NFV-MANO performance thresholds fails when response is too big, and perform the JSON schema validation of the failed operation HTTP response.
...Pre-conditions:A NFV-MANO instance is instantiated. One or more NFV-MANO performance thresholds are set.
...Reference: clause 6.5.6.3.2 - ETSI GS NFV-SOL 009 [5] V3.3.1
...Config ID: Config_prod_VNFM
...Applicability:
...Post-Conditions:
GET all Performance Thresholds
Check HTTP Response Status Code Is400
Check HTTP Response Body Json Schema IsProblemDetails
Create new Performance Threshold
[Documentation]Test ID: 8.3.2.4.6
...Test title:Create new Performance Threshold
...Test objective: The objective is to test the creation of a new NFV-MANO performance threshold and perform the JSON schema validation of the returned threshold data structure.
...Pre-conditions: A NFV-MANO instance is instantiated.
...Reference: clause 6.5.6.3.1 - ETSI GS NFV-SOL 009 [5] V3.3.1
...Config ID: Config_prod_NFV-MANO
...Applicability: none
...Post-Conditions: The NFV-MANO Performance Threshold is successfully created on the NFV-MANO
Send Post Request Create new Performance Threshold
Check HTTP Response Status Code Is201
Check HTTP Response Body Json Schema IsThreshold
Check HTTP Response Header ContainsLocation
Check Postcondition Threshold Exists
PUT Performance Thresholds - Method not implemented
[Documentation]Test ID: 8.3.2.4.6
...Test title: PUT Performance Thresholds - Method not implemented
...Test objective: The objective is to test that PUT method is not allowed to modify NFV-MANO Performance Thresholds
...Pre-conditions: A NFV-MANO instance is instantiated. One or more NFV-MANO performance thresholds are set in the NFV-MANO.
...Reference: clause 6.5.6.3.3 - ETSI GS NFV-SOL 009 [5] V3.3.1
...Config ID: Config_prod_NFV-MANO
...Applicability: none
...Post-Conditions: none
Send PUT Request for all Performance Thresholds
Check HTTP Response Status Code Is405
PATCH Performance Thresholds - Method not implemented
[Documentation]Test ID: 8.3.2.4.7
...Test title: PATCH Performance Thresholds - Method not implemented
...Test objective: The objective is to test that PATCH method is not allowed to modify NFV-MANO Performance Thresholds
...Pre-conditions: A NFV-MANO instance is instantiated. One or more NFV-MANO performance thresholds are set in the NFV-MANO.
...Reference: clause 6.5.6.3.4 - ETSI GS NFV-SOL 009 [5] V3.3.1
...Config ID: Config_prod_NFV-MANO
...Applicability: none
...Post-Conditions: none
Send PATCH Request for all Performance Thresholds
Check HTTP Response Status Code Is405
DELETE Performance Thresholds - Method not implemented
[Documentation]Test ID: 8.3.2.4.8
...Test title: DELETE Performance Thresholds - Method not implemented
...Test objective: The objective is to test that DELETE method is not allowed to update NFV-MANO Performance Thresholds
...Pre-conditions: A NFV-MANO instance is instantiated. One or more NFV-MANO performance thresholds are set in the NFV-MANO.
...Reference: clause 6.5.6.3.5 - ETSI GS NFV-SOL 009 [5] V3.3.1
...Config ID: Config_prod_NFV-MANO
...Applicability: none
...Post-Conditions: The NFV-MANO performance thresholds are not deleted by the failed operation
Send DELETE Request for all Performance Thresholds
Check HTTP Response Status Code Is405
Check Postcondition Thresholds Exist
*** Keywords ***
GET all Performance Thresholds
LogTrying to get all thresholds present in the NFV-MANO
Set Headers{"Accept": "${ACCEPT_JSON}"}
Run Keyword If${AUTH_USAGE}== 1Set Headers{"Authorization": ${AUTHORIZATION}"}