...Test title: Get individual performance indicator for a VNF instance
...Test objective: The objective is to test the retrieval of a performance indicator for a given VNF instance and perform a JSON schema validation of the returned indicator data structure
...Pre-conditions: A VNF instance is instantiated. At least one measure of performance indicator is available for the given VNF instance.
...Reference:section 8.4.4.3.2 - SOL002 v2.4.1
...Config ID: Config_prod_VE
...Applicability: The VNF supports the generation and maintenance of performance indicators
...Post-Conditions: none
Get Individual Indicator for a VNF instance
Check HTTP Response Status Code Is200
Check HTTP Response Body Json Schema IsvnfIndicator
Check HTTP Response Body Matches VNF Instance ID
Check HTTP Response Body Matches Indicator ID
Get Individual Indicator for VNF Instance with invalid indicator identifier
[Documentation]Test ID 6.3.2.3.2
...Test title: Get individual performance indicator for a VNF instance with invalid indicator identifier
...Test objective: The objective is to test that the retrieval of a performance indicator for a given VNF instance fails when using an invalid resource identifier. The test also checks the JSON schema of the unsuccessful operation HTTP response.
...Pre-conditions: A VNF instance is instantiated. At least one measure of performance indicator is available for the given VNF instance.
...Reference: section 8.4.4.3.2 - SOL002 v2.4.1
...Config ID: Config_prod_VE
...Applicability: The VNF supports the generation and maintenance of performance indicators.
...Post-Conditions: none
Get Individual Indicator for a VNF instance with invalid indicator identifier
Check HTTP Response Status Code Is404
Check HTTP Response Body Json Schema IsProblemDetails
POST Individual VNF Indicator - Method not implemented
[Documentation]Test ID 6.3.2.3.3
...Test title: POST individual performance indicator for VNF instance - Method not implemented
...Test objective: The objective is to test that POST method is not allowed to create a new performance indicator for a VNF instance
...Pre-conditions: A VNF instance is instantiated.
...Reference: section 8.4.4.3.1 - SOL002 v2.4.1
...Config ID: Config_prod_VE
...Applicability: The VNF supports the generation and maintenance of performance indicators.
...Post-Conditions: none
Send POST Request for individual indicator in VNF instance
Check HTTP Response Status Code Is405
PUT Individual VNF Indicator - Method not implemented
[Documentation]Test ID 6.3.2.3.4
...Test title: PUT individual performance indicator for VNF instance - Method not implemented
...Test objective: The objective is to test that PUT method is not allowed to modify an existing performance indicator for a VNF instance
...Pre-conditions: A VNF instance is instantiated. At least one measure of performance indicator is available for the given VNF instance.
...Reference: section 8.4.4.3.3 - SOL002 v2.4.1
...Config ID: Config_prod_VE
...Applicability: The VNF supports the generation and maintenance of performance indicators.
...Post-Conditions: none
Send PUT Request for individual indicator in VNF instance
Check HTTP Response Status Code Is405
PATCH Individual VNF Indicator - Method not implemented
[Documentation]Test ID 6.3.2.3.5
...Test title: PATCH individual performance indicator for VNF instance - Method not implemented
...Test objective: The objective is to test that PATCH method is not allowed to update an existing performance indicator for a VNF instance
...Pre-conditions: A VNF instance is instantiated. At least one measure of performance indicator is available for the given VNF instance.
...Reference: section 8.4.4.3.4 - SOL002 v2.4.1
...Config ID: Config_prod_VE
...Applicability: The VNF supports the generation and maintenance of performance indicators.
...Post-Conditions: none
Send PUT Request for individual indicator in VNF instance
Check HTTP Response Status Code Is405
DELETE Individual VNF Indicator - Method not implemented
[Documentation]Test ID 6.3.2.3.6
...Test title: DELETE individual performance indicator indicators for VNF instance - Method not implemented
...Test objective: The objective is to test that DELETE method is not allowed to delete an existing performance indicator for a VNF instance
...Pre-conditions: A VNF instance is instantiated. At least one measure of performance indicator is available for the given VNF instance.
...Reference: section 8.4.3.3.5 - SOL002 v2.4.1
...Config ID: Config_prod_VE
...Applicability: The VNF supports the generation and maintenance of performance indicators.
...Post-Conditions: The individual performance indicator for the VNF instance is not deleted by the unsuccessful operation
Send DELETE Request for individual indicator in VNF instance
Check HTTP Response Status Code Is405
Check Postcondition Indicator for VNF instance Exist
...Test title: Get all indicators for a VNF instance
...Test title: Get all performance indicators for a VNF instance
...Test objective: The objective is to test the retrieval of all performance indicators for a given VNF instance and perform a JSON schema validation of the returned indicators data structure
...Pre-conditions: A VNF instance is instantiated. One or more measures of performance indicators are available for the given VNF instance.
...Reference:section 8.4.3.3.2 - SOL002 v2.4.1
...
...
@@ -19,11 +19,11 @@ Get Indicators for VNF Instance
Get all indicators for a VNF instance
Check HTTP Response Status Code Is200
Check HTTP Response Body Json Schema IsvnfIndicators
Check HTTP Response Body Match VNF Instance ID
Check HTTP Response Body Matches VNF Instance ID
GET Indicators for VNF Instance with attribute-based filter
[Documentation]Test ID 6.3.2.2.2
...Test title: Get all Indicators for a VNF instance with attribute-based filter
...Test title: Get all performance indicators for a VNF instance with attribute-based filter
...Test objective: The objective is to test the retrieval of all performance indicators for a given VNF instance using attribute-based filter and perform a JSON schema validation of the returned indicators data structure
...Pre-conditions: A VNF instance is instantiated. One or more measures of performance indicators are available for the given VNF instance.
...Reference: section 8.4.3.3.2 - SOL002 v2.4.1
...
...
@@ -37,7 +37,7 @@ GET Indicators for VNF Instance with attribute-based filter
Get Indicators for VNF Instance with invalid attribute-based filter
[Documentation]Test ID 6.3.2.2.3
...Test title: Get all Indicators for a VNF instance with invalid attribute-based filter
...Test title: Get all performance indicators for a VNF instance with invalid attribute-based filter
...Test objective: The objective is to test that the retrieval of all performance indicators for a given VNF instance fails using invalid attribute-based filter. The test also checks the JSON schema of the unsuccessful operation HTTP response.
...Pre-conditions: A VNF instance is instantiated. One or more measures of performance indicators are available for the given VNF instance.
...Reference: section 8.4.3.3.2 - SOL002 v2.4.1
...
...
@@ -50,7 +50,7 @@ Get Indicators for VNF Instance with invalid attribute-based filter
Get Indicators for VNF Instance with invalid resource identifier
[Documentation]Test ID 6.3.2.2.4
...Test title: Get all Indicators for a VNF instance with invalid resource identifier
...Test title: Get all performance indicators for a VNF instance with invalid resource identifier
...Test objective: The objective is to test that the retrieval of all performance indicators for a given VNF instance fails when using invalid resource identifier. The test also checks the JSON schema of the unsuccessful operation HTTP response.
...Pre-conditions: A VNF instance is instantiated. One or more measures of performance indicators are available for the given VNF instance.
...Reference: section 8.4.3.3.2 - SOL002 v2.4.1
...
...
@@ -63,8 +63,8 @@ Get Indicators for VNF Instance with invalid resource identifier
POST Indicators for VNF instance - Method not implemented
[Documentation]Test ID 6.3.2.2.5
...Test title: POST indicators for VNF instance - Method not implemented
...Test objective: The objective is to test that POST method is not allowed to create new indicators for a VNF instance
...Test title: POST performance indicators for VNF instance - Method not implemented
...Test objective: The objective is to test that POST method is not allowed to create new performance indicators for a VNF instance
...Pre-conditions: A VNF instance is instantiated.
...Reference: section 8.4.3.3.1 - SOL002 v2.4.1
...Config ID: Config_prod_VE
...
...
@@ -75,9 +75,9 @@ POST Indicators for VNF instance - Method not implemented
PUT Indicators for VNF instance - Method not implemented
[Documentation]Test ID 6.3.2.2.6
...Test title: PUT indicators for VNF instance - Method not implemented
...Test objective: The objective is to test that PUT method is not allowed to modify new indicators for a VNF instance
...Pre-conditions: A VNF instance is instantiated.
...Test title: PUT performance indicators for VNF instance - Method not implemented
...Test objective: The objective is to test that PUT method is not allowed to modify existing performance indicators for a VNF instance
...Pre-conditions: A VNF instance is instantiated. One or more measures of performance indicators are available for the given VNF instance.
...Reference: section 8.4.3.3.3 - SOL002 v2.4.1
...Config ID: Config_prod_VE
...Applicability: The VNF supports the generation and maintenance of performance indicators.
...
...
@@ -87,9 +87,9 @@ PUT Indicators for VNF instance - Method not implemented
PATCH Indicators for VNF instance - Method not implemented
[Documentation]Test ID 6.3.2.2.7
...Test title: PATCH indicators for VNF instance - Method not implemented
...Test objective: The objective is to test that PATCH method is not allowed to update new indicators for a VNF instance
...Pre-conditions: A VNF instance is instantiated.
...Test title: PATCH performance indicators for VNF instance - Method not implemented
...Test objective: The objective is to test that PATCH method is not allowed to update existing performance indicators for a VNF instance
...Pre-conditions: A VNF instance is instantiated. One or more measures of performance indicators are available for the given VNF instance.
...Reference: section 8.4.3.3.4 - SOL002 v2.4.1
...Config ID: Config_prod_VE
...Applicability: The VNF supports the generation and maintenance of performance indicators.
...
...
@@ -99,8 +99,8 @@ PATCH Indicators for VNF instance - Method not implemented
DELETE Indicators for VNF instance - Method not implemented
[Documentation]Test ID 6.3.2.2.8
...Test title: DELETE all VNF Indicators - Method not implemented
...Test objective: The objective is to test that DELETE method is not allowed to delete indicators for a VNF instance
...Test title: DELETE performance indicators for VNF instance - Method not implemented
...Test objective: The objective is to test that DELETE method is not allowed to delete performance indicators for a VNF instance
...Pre-conditions: A VNF instance is instantiated. One or more measures of performance indicators are available for the given VNF instance.
...Reference: section 8.4.3.3.5 - SOL002 v2.4.1
...Config ID: Config_prod_VE
...
...
@@ -193,7 +193,7 @@ Check HTTP Response Body Json Schema Is
Validate Json${schema}${response[0]['body']}
LogJson Schema Validation OK
Check HTTP Response Body Match VNF Instance ID
Check HTTP Response Body Matches VNF Instance ID
LogCheck Response includes Indicators according to resource identifier