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

Add match selection options to power_control checker #11

Closed billdodd closed 7 years ago

billdodd commented 7 years ago

While working on a different Redfishtool issue, I realized that the power_control checker should include the full set of match options that Redfishtool does for Systems commands.

The power_control checker does support the -I option already, but should also support -M, -L, -1 and -F.

The underlying redfishtool lib already has the logic to perform the matching; just need to add the arg parsing and RfTransport field initialization.