Skip to content
Snippets Groups Projects
Commit 7cd1d95b authored by Elian Kraja's avatar Elian Kraja
Browse files

Fix issue: #142

parent 94758811
No related branches found
No related tags found
3 merge requests!199Merge "3.3.1 dev" into "release 3" master,!193Merge 2.7.1 dev into Master, for TST010ed271 publication,!154NFV&MEC API Plugtests 2021: changes to fix issues found on SOL002/3/5 v2.7.1 tests
......@@ -70,7 +70,7 @@ GET information about multiple alarms with "all_fields" attribute selector
... Post-Conditions: none
GET Alarms Task with all_fields attribute selector
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
[Documentation] Test ID: 7.3.5.1.6
......@@ -83,7 +83,7 @@ GET information about multiple alarms with exclude_default attribute selector
... Post-Conditions: none
GET Alarms Task with exclude_default attribute selector
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
[Documentation] Test ID: 7.3.5.1.7
......@@ -96,7 +96,7 @@ GET information about multiple alarms with fields attribute selector
... Post-Conditions: none
GET Alarms Task with fields attribute selector
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
[Documentation] Test ID: 7.3.5.1.8
......@@ -109,7 +109,7 @@ GET information about multiple alarms with "exclude_fields" attribute selector
... Post-Conditions: none
GET Alarms Task with exclude_fields attribute selector
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
[Documentation] Test ID: 7.3.5.1.9
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment