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

Added missing check for null array members prior to performing property inspection #53

Closed mraineri closed 3 years ago

mraineri commented 3 years ago

Uncovered a corner case while testing on some systems. Null can be found in static address arrays for slots not configured, so property inspection is not needed on those entries.

mraineri commented 3 years ago

Approved 7/23