...Test objective: The objective is to test the retrieval of an individual VNF performance monitoring job and perform a JSON schema and content validation of the collected job data structure
...Pre-conditions: A VNF instance is instantiated. One or more VNF performance jobs are set in the VNFM.
...Reference: section 6.4.3.3.2 - SOL002 v2.4.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
GET individual VNF Performance Job
Check HTTP Response Status Code Is200
Check HTTP Response Body Json Schema IsPmJob
Check HTTP Response Body Pm Job Identifier
GET individual VNF Performance Job with invalid resource identifier
[Documentation]Test ID: 6.4.3.3.2.2
...Test title: Get individual VNF Performance Job with invalid resource identifier
...Test objective: The objective is to test that the retrieval of an individual VNF performance monitoring job fails when using an invalid resource identified, and perform the JSON schema validation of the failed operation HTTP response
...Pre-conditions: A VNF instance is instantiated. One or more VNF performance jobs are set in the VNFM.
...Reference: section 6.4.3.3.2 - SOL002 v2.4.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
GET individual VNF Performance Job with invalid resource identifier
Check HTTP Response Status Code Is404
Check HTTP Response Body Json Schema IsProblemDetails
...Test objective: The objective is to test that the deletion of an individual VNF performance monitoring job fails when using an invalid resource identified, and perform the JSON schema validation of the failed operation HTTP response
...Pre-conditions: A VNF instance is instantiated. One or more VNF performance jobs are set in the VNFM.
...Reference: section 6.4.3.3.5 - SOL002 v2.4.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
Send Delete request for individual VNF Performance Job with invalid resource identifier
Check HTTP Response Status Code Is404
Check HTTP Response Body Json Schema IsProblemDetails
POST Individual VNF Performance Job - Method not implemented
[Documentation]Test ID: 6.4.3.3.2.5
...Test title: POST Individual VNF Performance Job - method not implemented
...Test objective: The objective is to test that POST method is not allowed to create a new VNF Performance Monitoring Job
...Pre-conditions: A VNF instance is instantiated
...Reference: section 6.4.3.3.1 - SOL002 v2.4.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: The VNF Performance Job is not created on the VNFM
Send Post request for individual VNF Performance Job
Check HTTP Response Status Code Is405
Check Postcondition VNF Performance Job is not Created
PUT Individual VNF Performance Job - Method not implemented
[Documentation]Test ID: 6.4.3.3.2.6
...Test title: PUT Individual VNF Performance Job - method not implemented
...Test objective: The objective is to test that PUT method is not allowed to update an existing VNF Performance Monitoring Job
...Pre-conditions: A VNF instance is instantiated. One or more VNF performance jobs are set in the VNFM.
...Reference: section 6.4.3.3.4 - SOL002 v2.4.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: The VNF Performance Job is not modified by the operation
Send Put request for individual VNF Performance Job
Check HTTP Response Status Code Is405
Check Postcondition VNF Performance Job is Unmodified (Implicit)
PATCH Individual VNF Performance Job - Method not implemented