|
Post by harim on Jul 23, 2017 0:20:31 GMT
Hi, Is there test suite for establishing compliance with any version of the Redfish or Swordfish schema? I couldn't find a mention of a compliance program on this forum. Thanks.
|
|
|
Post by mraineri on Jul 25, 2017 14:55:44 GMT
There's a suite of open source tools available on Github that have been in development for the last few months. They're available to be used today, and you're more than welcome to provide feedback on the forum or file issues you find with the tools. Here's the current listing: github.com/DMTF/Redfish-Service-Validator : This crawls the resources on a service and validates they conform to the schema definitions github.com/DMTF/Redfish-Usecase-Checkers : This contains sets of functional tests (like trying to reset a system) github.com/DMTF/Redfish-Service-Conformance-Check : This checks the service's conformance to the "shall" statements in the specification (such as how HTTP headers and status codes are used) github.com/DMTF/Redfish-Test-Framework : This tool is a framework to bundle multiple validation tools to create a single output to show a service's conformance against a set of tests There are also other tools available on Github that may be useful to you: github.com/DMTF
|
|