Redfish-Service-Validator
Redfish-Service-Validator copied to clipboard
The Redfish Service Validator is a Python3 tool for checking conformance of any "device" with a Redfish service interface against Redfish CSDL schema
Hi all, I am a newbie in Redfish. I have an OEM Redfish service, and I tried to write an OEM CSDL schema to verify it. However, the service validator...
hi all, When setting `collectionlimit` to `LogEntry: 10`, more than 10 links are included in the `LogEntryCollection`. first, check version and commit   using command: `rf_service_validator -c ./config/example.ini` --debugging...
The latest Redfish Service Validator change https://github.com/DMTF/Redfish-Service-Validator/commit/ab8e447a713d0afa138a4ed3c20a2ed0dd497249 verifies the links. We have the following link in Cables: ``` "DownstreamResources": [ { "@odata.id": "/redfish/v1/Chassis/chassis/Assembly#/Assemblies/17" } ], ``` Which throws the error:...
I've seen numerous instances in product testing where a property name was misspelled. Usually this is a capitalization error or a one-letter transposition. If the tool can be enhanced to...
Using the “test summary” from the Protocol Validator as a starting point, revamp the “test summary” header section to give a clear indication of a “pass/fail” state. Some text formatting,...
The error and warning messages produced by the tool and included in the HTML reports require review and scrubbing. For users familiar with the tool and its workings, the existing...