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.
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.