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.0] - 2025-02-14
4+ - Rewrote the tool to wrap all testing into a single process and produce a singular HTML report
5+
36## [ 1.0.8] - 2021-10-22
47- Corrected the '$expand' argument for 'Links' in the query parameter checker
58- Added check for the support of '$levels' prior to testing in the query parameter checker
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 = "1 .0.9 "
30+ tool_version = "2 .0.0 "
3131
3232
3333def main ():
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = "redfish_use_case_checkers" ,
13- version = "1 .0.9 " ,
13+ version = "2 .0.0 " ,
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