...Test title: Get individual NFV-MANO Performance Job
...Test objective: The objective is to test the retrieval of an individual performance monitoring job and perform a JSON schema and content validation of the collected job data structure
...Pre-conditions: A NFV-MANO instance is instantiated.
...Reference: clause 6.5.4.3.2 - ETSI GS NFV-SOL 009 [5] V3.3.1
...Config ID: Config_prod_NFV-MANO
...Applicability: none
...Post-Conditions: none
GET individual NFV-MANO Performance Job
Check HTTP Response Status Code Is200
Check HTTP Response Body Json Schema IsPmJob
Check HTTP Response Body Pm Job Identifier matches the requested Pm Job
GET individual NFV-MANO Performance Job with invalid resource identifier
[Documentation]Test ID: 8.3.2.2.2
...Test title: Get individual NFV-MANO Performance Job with invalid resource identifier
...Test objective: The objective is to test that the retrieval of an individual performance monitoring job fails when using an invalid resource identifier, 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 jobs are set in the NFV-MANO.
...Reference: clause 6.5.4.3.2 - ETSI GS NFV-SOL 009 [5] V3.3.1
...Config ID: Config_prod_NFV-MANO
...Applicability: none
...Post-Conditions: none
GET individual NFV-MANO 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 NFV-MANO performance monitoring job fails when using an invalid resource identifier
...Pre-conditions: A NFV-MANO instance is instantiated. One or more NFV-MANO performance jobs are set in the NFV-MANO.
...Reference: clause 6.5.4.3.5 - ETSI GS NFV-SOL 009 [5] V3.3.1
...Config ID: Config_prod_NFV-MANO
...Applicability: none
...Post-Conditions: none
Send Delete request for individual NFV-MANO Performance Job with invalid resource identifier
Check HTTP Response Status Code Is404
POST Individual NFV-MANO Performance Job - Method not implemented
[Documentation]Test ID: 8.3.2.2.5
...Test title: POST Individual NFV-MANO Performance Job - method not implemented
...Test objective: The objective is to test that POST method is not allowed to create a new NFV-MANO Performance Monitoring Job
...Pre-conditions: A NFV-MANO instance is instantiated
...Reference: clause 6.5.4.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 Job is not created on the NFV-MANO
Send Post request for individual NFV-MANO Performance Job
Check HTTP Response Status Code Is405
Check Postcondition NFV-MANO Performance Job is not Created
PUT Individual NFV-MANO Performance Job - Method not implemented
[Documentation]Test ID: 8.3.2.2.6
...Test title: PUT Individual NFV-MANO Performance Job - method not implemented
...Test objective: The objective is to test that PUT method is not allowed to update an existing NFV-MANO Performance Monitoring Job
...Pre-conditions: A NFV-MANO instance is instantiated. One or more NFV-MANO performance jobs are set in the NFV-MANO.
...Reference: clause 6.5.4.3.4 - ETSI GS NFV-SOL 009 [5] V3.3.1
...Config ID: Config_prod_NFV-MANO
...Applicability: none
...Post-Conditions: The NFV-MANO Performance Job is not modified by the operation
Send Put request for individual NFV-MANO Performance Job
Check HTTP Response Status Code Is405
Check Postcondition NFV-MANO Performance Job is Unmodified (Implicit)
PATCH Individual NFV-MANO Performance Job - Method not implemented