There is a new issue related, both alarms.schema.json and Alarms.schema.json are expected to be found (from FaultManagement-APIKeyword.robot) , but only Alarms.schema.json exists. Only one of these files should be expected.
Hi @raducc
I see only 2 Keywords using the alarms for the validation.
The "Check Postcondition VNF fault management alarms Exists" which requires for Alarms (and Alarms.schema.json exists)
The other one is the "Check Postcondition VNF fault management individual alarm Exists" which requires alarm (and alarm.schema.json exists as well)
If I'm missing any other keyword, can you please provide some more details?
The problematic file was Alarms.robot, FaultManagement-APIKeyword.robot was just a dependency.
GET information about multiple alarms with fields attribute selector
GET Alarms Task with fields attribute selector
Check HTTP Response Status Code Is 200
Check HTTP Response Body Json Schema Is alarms (alarms.schema.json doesn't exist, but Alarms.schema.json does)
GET information about multiple alarms with "all_fields" attribute selector
GET Alarms Task with all_fields attribute selector
Check HTTP Response Status Code Is 200
Check HTTP Response Body Json Schema Is alarms (alarms.schema.json doesn't exist, but Alarms.schema.json does)