File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
redfish_use_case_checkers Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 2.0.1] - 2025-03-07
4+ - Added exception handling when performing logout operations with test user accounts to prevent the tool from crashing
5+ - Fixed error messages when verifying boot override settings
6+ - Fixed test account creation to skip verification if the account creation fails
7+ - Corrected tracking of supported boot parameters, which is used to dictate boot override test sequences
8+ - Changed power/reset testing to use 'On' and 'ForceOn' as the final tests to have systems powered on when testing completes
9+
310## [ 2.0.0] - 2025-02-14
411- Rewrote the tool to wrap all testing into a single process and produce a singular HTML report
512
Original file line number Diff line number Diff line change 2727from redfish_use_case_checkers import power_control
2828from redfish_use_case_checkers import report
2929
30- tool_version = "2.0.0 "
30+ tool_version = "2.0.1 "
3131
3232
3333def main ():
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = "redfish_use_case_checkers" ,
13- version = "2.0.0 " ,
13+ version = "2.0.1 " ,
1414 description = "Redfish Use Case Checkers" ,
1515 long_description = long_description ,
1616 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments