DMTF / Redfish-Protocol-Validator

The Redfish Protocol Validator tests the HTTP protocol behavior of a Redfish service to validate that it conforms to the Redfish specification.
Other
14 stars 12 forks source link

Added tests to verify functionality with settings resources #56

Open mraineri opened 1 year ago

mraineri commented 1 year ago

New tests added to verify settings resource behavior based on discussion here: https://redfishforum.com/thread/844/expected-behavior-missing-redfish-settings

mraineri commented 1 year ago

From testing on a live system with the incorrect implementation of the settings resource, apparently the GET operation fails, so the probing logic doesn't find anything. May want to think about other things to test here though.