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
Version: 2.2.1 We found that tool will stop if URI have some issue, and no html report created on this situation. Is it possible to catch this exception and let...
Version: 2.2.1 Validator only checks the `LogEntry` in the response payload of `LogEntryCollection`, the `LogEntry` resourced linked at `@odata.id` is not checked. (Response time is 0 and HTTP status is...
Some internal users have noticed that when running the validator with a 32-bit version of Python, the tool can crash when testing a large service. Some errors include... ``` Retrying...
Basic auth in most implementations is much slower than Session auth, yet a number of folks use it unknowingly given it's the default in the template config. Could it be...
An implementation that had mistakenly placed `@odata.id` within the `Links` object did not have this flagged as an error. As an annotation, I wouldn't expect the copy within Links to...
Since the tool was restructured to a pypi deployment, running the script as a downloaded tool no longer returns a proper status code.
Now, validator cannot specify where to download schema files. If there is no schema file in the `schema_directory`, validator download the last released package of schema files from publish uri...
Hi All, We are doing Action based on maintenancewindowstart time,which means when time reached it will do the action. so based on this we can creat multiple action with multiple...
During execution of Redfish Service Validator an _AttributeError_ exception raised on this [string](https://github.com/DMTF/Redfish-Service-Validator/blob/02d35b75dcbbe6ca3dad3093dd67ee0308195286/common/catalog.py#L1053). **item:** PrivateEnterpriseId--Edm.String **item_type:** **Log:** ``` *** /redfish/v1/Managers/bmc/NetworkProtocol Type (ManagerNetworkProtocol.v1_5_0.ManagerNetworkProtocol), GET SUCCESS (time: 0:00:01.013453) Attempt 1 of /redfish/v1/Managers/bmc/NetworkProtocol/HTTPS/Certificates...