DMTF/Redfish-Usecase-Checkers

Finalize Reset/Power Checker

Closed this issue · 0 comments

Would like to finalize the checker for using ComputerSystem Reset. It should look something like this:

  • Find a ComputerSystem to test
  • Invoke a Reset action based on the allowable values for ResetType

Some considerations:

  • Should multiple resets be performed? Loops through all possible ResetType options?
  • Reset might result in a Task and needs to be managed.
  • Even though the action may be successful, is that enough to really go by to show the requested reset was performed?
    • Do we need something host side to verify the system went down, came back through BIOS, and booted to an OS?