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
37 stars 33 forks source link

Added check to ensure the '@odata.id' value is a string before trying to follow the link #559

Closed mraineri closed 11 months ago

mraineri commented 11 months ago

Encountered a conformance issue where @odata.id for a handful of properties was not a string, but instead was an array of strings. This would cause the tool to crash. Change added to log an error and move on with testing.

mraineri commented 11 months ago

Approved 8/4