You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2024. It is now read-only.
There are many tests in the tool that validate things performed by other validators (specifically payload conformance). These tests should be removed, and the tool should focus on the protocol aspects of testing (HTTP headers, response codes, client payload handling, security, etc).
The text was updated successfully, but these errors were encountered:
I've started looking through the assertions to identify ones that are duplicative or otherwise out-of-scope for this tool. I will keep notes here with that analysis.
TEST_datamodel_schema.py: The tests in this module validate the DMTF schemas or validate that service resource payloads adhere to the schemas. All the assertions in this model are (or should be) covered by the Redfish-Service-Validator (RSV), tools in https://github.com/DMTF/Redfish-Tools, or Travis CI tests in https://github.com/DMTF/Redfish. So this module can be eliminated entirely.
There are many tests in the tool that validate things performed by other validators (specifically payload conformance). These tests should be removed, and the tool should focus on the protocol aspects of testing (HTTP headers, response codes, client payload handling, security, etc).
The text was updated successfully, but these errors were encountered: