DMTF / Redfish-Usecase-Checkers

This is a collection of python3 tools to exercise and validate common use cases for Redfish
Other
1 stars 6 forks source link

Manager Ethernet Interface Checker #52

Closed mraineri closed 3 years ago

mraineri commented 3 years ago

New checker to ensure the representation of an Ethernet interface for a manager meets expectations. It ensures the resources representing these interfaces follow best practices in the Redfish spec, such as using null in client configurable arrays to indicate empty slots, avoids the use of dummy data, and that supported properties for the resource are always present.

mraineri commented 3 years ago

7/9: Approved