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

Corrected out-of-service requests for xml files #496

Closed tomasg2012 closed 1 year ago

tomasg2012 commented 2 years ago

Tool incorrectly appends target host to external schema definitions, causing errors in resolution.

Signed-off-by: Tomas tomas.g.2012@gmail.com

jautor commented 2 years ago

Ensure that the release notes include comments about the new requirement for Requests library (shouldn't be a problem as we use it in a lot of tools, and a popular package)

tomasg2012 commented 2 years ago

Seems the readme and requirements already document this.

tomasg2012 commented 2 years ago

This runs on my end, but Mike you might wanna confirm that ._proxies is the same proxies passed into the redfish_client

tomasg2012 commented 1 year ago

@mraineri If you might review this, should've pinged.

mraineri commented 1 year ago

Whoops, missed your update. Completely forgot we tracked the proxies like that, so that made it easy!