File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
redfish_use_case_checkers Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 2.0.2] - 2025-03-28
4+ - Added '--test-list' option to control which sets of tests are performed
5+
36## [ 2.0.1] - 2025-03-07
47- Added exception handling when performing logout operations with test user accounts to prevent the tool from crashing
58- Fixed error messages when verifying boot override settings
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.1 "
30+ tool_version = "2.0.2 "
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.1 " ,
13+ version = "2.0.2 " ,
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