Commit d9c4a223 authored by Elian Kraja's avatar Elian Kraja
Browse files

Fix issue: #142

parent fa279b1e
...@@ -71,7 +71,7 @@ GET information about multiple alarms with "all_fields" attribute selector ...@@ -71,7 +71,7 @@ GET information about multiple alarms with "all_fields" attribute selector
... Post-Conditions: ... Post-Conditions:
GET Alarms Task with all_fields attribute selector GET Alarms Task with all_fields attribute selector
Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200
Check HTTP Response Body Json Schema Is alarms Check HTTP Response Body Json Schema Is Alarms
GET information about multiple alarms with exclude_default attribute selector GET information about multiple alarms with exclude_default attribute selector
[Documentation] Test ID: 7.3.5.1.6 [Documentation] Test ID: 7.3.5.1.6
...@@ -84,7 +84,7 @@ GET information about multiple alarms with exclude_default attribute selector ...@@ -84,7 +84,7 @@ GET information about multiple alarms with exclude_default attribute selector
... Post-Conditions: ... Post-Conditions:
GET Alarms Task with exclude_default attribute selector GET Alarms Task with exclude_default attribute selector
Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200
Check HTTP Response Body Json Schema Is alarms Check HTTP Response Body Json Schema Is Alarms
GET information about multiple alarms with fields attribute selector GET information about multiple alarms with fields attribute selector
[Documentation] Test ID: 7.3.5.1.7 [Documentation] Test ID: 7.3.5.1.7
...@@ -97,7 +97,7 @@ GET information about multiple alarms with fields attribute selector ...@@ -97,7 +97,7 @@ GET information about multiple alarms with fields attribute selector
... Post-Conditions: ... Post-Conditions:
GET Alarms Task with fields attribute selector GET Alarms Task with fields attribute selector
Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200
Check HTTP Response Body Json Schema Is alarms Check HTTP Response Body Json Schema Is Alarms
GET information about multiple alarms with "exclude_fields" attribute selector GET information about multiple alarms with "exclude_fields" attribute selector
[Documentation] Test ID: 7.3.5.1.8 [Documentation] Test ID: 7.3.5.1.8
...@@ -110,7 +110,7 @@ GET information about multiple alarms with "exclude_fields" attribute selector ...@@ -110,7 +110,7 @@ GET information about multiple alarms with "exclude_fields" attribute selector
... Post-Conditions: none ... Post-Conditions: none
GET Alarms Task with exclude_fields attribute selector GET Alarms Task with exclude_fields attribute selector
Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200
Check HTTP Response Body Json Schema Is alarms Check HTTP Response Body Json Schema Is Alarms
PUT Alarms - Method not implemented PUT Alarms - Method not implemented
[Documentation] Test ID: 7.3.5.1.9 [Documentation] Test ID: 7.3.5.1.9
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment