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

Modified ETag testing to not assume previous ETags are now invalid #43

Closed mraineri closed 2 years ago

mraineri commented 2 years ago

Fix #42

While ETags likely should change as a result of a PATCH operation, this may not necessarily be true based on specific ETag calculation done by a particular service. Ultimately the Redfish Spec is silent on this aspect.

Also made changes to move files around to prepare for publication via PyPI.

mraineri commented 2 years ago

Approved 7/15