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
40 stars 34 forks source link

Fixes to highest version checks without an odata.type defined #551

Closed tomasg2012 closed 1 year ago

tomasg2012 commented 1 year ago

Fixes #529

Tweaked version code to accurately check highest type from the Parent (where applicable), and not based on the type itself.

mraineri commented 1 year ago

Looks good; not finding any regressions

mraineri commented 1 year ago

Approved