DMTF / Redfish-Service-Validator

The Redfish Service Validator is a Python3 tool for checking conformance of any "device" with a Redfish service interface against Redfish CSDL schema
Other
38 stars 33 forks source link

Generate error on missing @odata.id, misc fixes #527

Closed tomasg2012 closed 1 year ago

tomasg2012 commented 1 year ago

Returns status code if running from console

Corrected GUI not importing right library

Moved 'FAIL' message to 'Additional' if additional property is not defined in Complex object

Report @odata.id is missing from payload

Small test error fixed

Fix #515 Fix #514

mraineri commented 1 year ago

Testing it on some mockups and it looks good; does this address any other issues besides #515 and #514?

tomasg2012 commented 1 year ago

Correct. I'll make sure to separate bug fixes from pull requests if they aren't towards any specific issue. (in the future)

On Thu, Jan 26, 2023, 11:46 AM Mike Raineri @.***> wrote:

Testing it on some mockups and it looks good; does this address any other issues besides #515 https://github.com/DMTF/Redfish-Service-Validator/issues/515 and #514 https://github.com/DMTF/Redfish-Service-Validator/issues/514?

— Reply to this email directly, view it on GitHub https://github.com/DMTF/Redfish-Service-Validator/pull/527#issuecomment-1405371451, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKQIXGOICNXIWEMGLJPQADWUKZ7HANCNFSM6AAAAAAUB3IY7I . You are receiving this because you authored the thread.Message ID: @.***>

mraineri commented 1 year ago

Approved 1/27