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

URI checks flag false errors with @Redfish.Settings resources #544

Closed blakehilliard closed 1 year ago

blakehilliard commented 1 year ago

As of today, I'm now getting this error ERROR - URI /redfish/v1/Systems/Partition0/Bios/Settings does not match the following required URIs in Schema of Bios.v1_2_0.Bios.

This is correct, and linked off /redfish/v1/Systems/Partition0/Bios with @Redfish.Settings

mraineri commented 1 year ago

@blakehilliard we just made a fix in 2.2.7; can you please try that? Issue #542 was opened the other day about this.

blakehilliard commented 1 year ago

That fixed it