File tree 3 files changed +5
-2
lines changed
redfish_use_case_checkers
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
6
## [ 1.0.8] - 2021-10-22
4
7
- Corrected the '$expand' argument for 'Links' in the query parameter checker
5
8
- 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 27
27
from redfish_use_case_checkers import power_control
28
28
from redfish_use_case_checkers import report
29
29
30
- tool_version = "1 .0.9 "
30
+ tool_version = "2 .0.0 "
31
31
32
32
33
33
def main ():
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = "redfish_use_case_checkers" ,
13
- version = "1 .0.9 " ,
13
+ version = "2 .0.0 " ,
14
14
description = "Redfish Use Case Checkers" ,
15
15
long_description = long_description ,
16
16
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments