- Added exception handling when performing logout operations with test user accounts to prevent the tool from crashing
- Fixed error messages when verifying boot override settings
- Fixed test account creation to skip verification if the account creation fails
- Corrected tracking of supported boot parameters, which is used to dictate boot override test sequences
- Changed power/reset testing to use 'On' and 'ForceOn' as the final tests to have systems powered on when testing completes
- Rewrote the tool to wrap all testing into a single process and produce a singular HTML report
- Corrected the '$expand' argument for 'Links' in the query parameter checker
- Added check for the support of '$levels' prior to testing in the query parameter checker
- Added manager Ethernet interface checker
- Added query parameters checker
- Modified all tests to make better use of exception handling for consistent error reporting
- Fixed power control test where the reset type being tested was not being provided to the service
- Made enhancement to the power control test to add more intelligence in the 'PowerState' checking
- Added check in one time boot test to verify 'Continuous' is allowed for configuring the boot object
- Enhanced error reporting in one time boot test to make better use of exception handling for reporting test errors
- Increased minimum version of redfish_utilities to 1.0.6
- Added a new check in the power/thermal test to verify sensors do not have bogus readings
- Added check in account test to see if the test account is enabled before trying to enable it
- Added fallback attempts in the account test to use different usernames to avoid possible name collision
- Added fallback attempts in the account test to use different passwords in case the service has complexity rules
- Made a fix in the one time boot test to check that BootSourceOverrideEnabled is set back to Disabled
- Added tracking of system URIs to the power control test to support pre-1.6.0 services
- Added checking for the presence of the PowerState property in the power control test
- Updated account management tools to leverage redfish_utilities
- Updated one time boot, sensor list, and power control tools to leverage redfish_utilities
- Added JSON schema validation
- Added more unit tests
- Added new tool to perform account management commands
- Initial Release
- Includes a tool to perform power control commands