diff --git a/SOL003/VNFFaultManagement-API/Alarms.robot b/SOL003/VNFFaultManagement-API/Alarms.robot index 86f90b19eddcd864fc72509c93bf02e1e1c2a8b9..813540b42825bda6825bd1013733669fd4cf506a 100644 --- a/SOL003/VNFFaultManagement-API/Alarms.robot +++ b/SOL003/VNFFaultManagement-API/Alarms.robot @@ -35,7 +35,7 @@ Get information about multiple alarms Check HTTP Response Body Json Schema Is Alarms Get information about multiple alarms with filters - [Documentation] Test ID: 7.3.5.1.2 + [Documentation] Test ID: 7.3.5.1.3 ... Test title: Get information about multiple alarms with filters ... Test objective: The objective is to retrieve information about the alarm list and perform a JSON schema and content validation of the returned alarms data structure, and verify that the retrieved information matches the issued attribute-based filters ... Pre-conditions: none @@ -48,7 +48,7 @@ Get information about multiple alarms with filters Check HTTP Response Body Json Schema Is Alarms Get information about multiple alarms Bad Request Invalid attribute-based filtering parameters - [Documentation] Test ID: 7.3.5.1.2 + [Documentation] Test ID: 7.3.5.1.4 ... Test title: The objective is to try to retrieve information about the alarm list and perform a JSON schema and content validation of the returned problem details data structure, and verify that the retrieved information matches the issued attribute-based filters ... Test objective: The objective is to retrieve information about the alarm list ... Pre-conditions: @@ -61,7 +61,7 @@ Get information about multiple alarms Bad Request Invalid attribute-based filter Check HTTP Response Body Json Schema Is ProblemDetails PUT Alarms - Method not implemented - [Documentation] Test ID: 7.3.5.1.3 + [Documentation] Test ID: 7.3.5.1.5 ... Test title: PUT Alarms - Method not implemented ... Test objective: The objective is to test that PUT method is not allowed to for Fault management alarms on VNF ... Pre-conditions: none @@ -73,7 +73,7 @@ PUT Alarms - Method not implemented Check HTTP Response Status Code Is 405 PATCH Alarms - Method not implemented - [Documentation] Test ID: 7.3.5.1.4 + [Documentation] Test ID: 7.3.5.1.6 ... Test title: PATCH Alarms - Method not implemented ... Test objective: The objective is to test that PATCH method is not allowed to for Fault management alarms on VNF ... Pre-conditions: none @@ -85,7 +85,7 @@ PATCH Alarms - Method not implemented Check HTTP Response Status Code Is 405 DELETE Alarms - Method not implemented - [Documentation] Test ID: 7.3.5.1.5 + [Documentation] Test ID: 7.3.5.1.7 ... Test title: POST Alarms - Method not implemented ... Test objective: The objective is to test that DELETE method is not allowed for Fault management alarms on VNF ... Pre-conditions: none diff --git a/SOL003/VNFFaultManagement-API/IndividualAlarm.robot b/SOL003/VNFFaultManagement-API/IndividualAlarm.robot index 841549df77a06912c8457ab678baed1bfe33bf58..4f6a51a14d22a5f17c843477685fd65e5c687288 100644 --- a/SOL003/VNFFaultManagement-API/IndividualAlarm.robot +++ b/SOL003/VNFFaultManagement-API/IndividualAlarm.robot @@ -28,7 +28,7 @@ Get information about an fault management individual alarm ... Test title: Get information about an fault management individual alarm ... Test objective: The objective is to retrieve information about an individual alarm and perform a JSON schema and content validation of the returned alarm data structure ... Pre-conditions: The related alarm exists - ... Reference: section 7.4.3 - SOL003 v2.4.1 + ... Reference: section 7.4.3.3.2 - SOL003 v2.4.1 ... Config ID: Config_prod_VNFM ... Applicability: none ... Post-Conditions: none @@ -49,7 +49,7 @@ PUT Alarm - Method not implemented Check HTTP Response Status Code Is 405 PATCH Fault Management Individual Alarm - [Documentation] Test ID: 7.4.5.2.4 + [Documentation] Test ID: 7.3.5.2.4 ... Test title: PATCH Fault Management Individual Alarm ... Test objective: The objective is to Modify an individual alarm resource and perform a JSON schema and content validation of the returned alarm data structure ... Pre-conditions: The related alarm exists @@ -63,7 +63,7 @@ PATCH Fault Management Individual Alarm Check HTTP Response Body Json Schema Is alarmModification Modify an individual alarm resource - Precondition failed - [Documentation] Test ID: 7.4.5.2.5 + [Documentation] Test ID: 7.3.5.2.5 ... Test title: Modify an individual alarm resource - Precondition failed ... Test objective: The objective is to test that we cannot Modify an individual alarm resource if the alarm is already in the state that is requested to be set ... Pre-conditions: The related alarm exists @@ -77,7 +77,7 @@ Modify an individual alarm resource - Precondition failed Check HTTP Response Body Json Schema Is ProblemDetails Modify an individual alarm resource - Conflict - [Documentation] Test ID: 7.4.5.2.6 + [Documentation] Test ID: 7.3.5.2.6 ... Test title: Modify an individual alarm resource - Conflict ... Test objective: The objective is to test that we cannot Modify an individual alarm resource if the resource was modified by another entity ... Pre-conditions: The related alarm exists