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

Tagged the DELETE request to service root as UNSUPPORTED_REQ to better isolate DELETE testing from when it's expected to succeed #50

Closed mraineri closed 1 year ago

mraineri commented 1 year ago

This stems from an observation in the logic of the REQ_DELETE_METHOD_REQUIRED test where it doesn't have intelligence of the context of the DELETE request. DELETE is used on service root for other tests to ensure it's rejected properly. If no other DELETE operations are performed during the test, it will produce a false error.

mraineri commented 1 year ago

Approved 11/18