File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
redfish_protocol_validator 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+ ## [ 1.2.3] - 2024-02-03
4+ - Relaxed versions of required modules to not be as strict
5+
36## [ 1.2.2] - 2024-01-19
47- Several fixes to 'password change required' testing to ensure 'system under test' parameters are passed correctly
58
Original file line number Diff line number Diff line change 2525from redfish_protocol_validator .constants import Result
2626from redfish_protocol_validator .system_under_test import SystemUnderTest
2727
28- tool_version = '1.2.2 '
28+ tool_version = '1.2.3 '
2929
3030
3131def perform_tests (sut : SystemUnderTest ):
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = "redfish_protocol_validator" ,
14- version = "1.2.2 " ,
14+ version = "1.2.3 " ,
1515 description = "Redfish Protocol Validator" ,
1616 long_description = long_description ,
1717 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments