File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
redfish_interop_validator Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 2.3.2] - 2025-08-29
4+ - Cleaned up error and warning reporting
5+ - Added test results summary to the top of the results file
6+
37## [ 2.3.1] - 2025-05-23
48- Updated reporting of AllOf and AnyOf tests to not penalize resources for not contributing to passing criteria
59
Original file line number Diff line number Diff line change 1919from redfish_interop_validator .interop import testResultEnum
2020from redfish_interop_validator import logger
2121
22- tool_version = '2.3.1 '
22+ tool_version = '2.3.2 '
2323
2424def main (argslist = None , configfile = None ):
2525 """Main command
Original file line number Diff line number Diff line change 11# Copyright Notice:
2- # Copyright 2016 -2025 DMTF. All rights reserved.
2+ # Copyright 2017 -2025 DMTF. All rights reserved.
33# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Interop-Validator/blob/main/LICENSE.md
44
55import logging
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = "redfish_interop_validator" ,
14- version = "2.3.1 " ,
14+ version = "2.3.2 " ,
1515 description = "Redfish Interop 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