Skip to content

Releases: DMTF/Redfish-Usecase-Checkers

1.0.9

22 Mar 19:28
49cf029
Compare
Choose a tag to compare

Changes since last release:

[1.0.9] - 2024-03-22

  • Added '--debug' option to all checkers to allow for capturing HTTP traces

1.0.8

22 Oct 20:18
Compare
Choose a tag to compare

Changes since last release:

[1.0.8] - 2021-10-22

  • 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

1.0.7

06 Aug 19:55
Compare
Choose a tag to compare

Changes since last release:

[1.0.7] - 2021-08-06

  • Added manager Ethernet interface checker

1.0.6

02 Mar 14:53
e2a0aed
Compare
Choose a tag to compare

Changes since last release:

[1.0.6] - 2021-03-02

  • Added query parameters checker

1.0.5

06 Jul 13:17
d92741b
Compare
Choose a tag to compare

Changes since last release:

[1.0.5] - 2020-07-06

  • 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

1.0.4

22 May 14:11
ec3016f
Compare
Choose a tag to compare

Changes since last release:

[1.0.4] - 2020-05-22

  • 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

1.0.3

14 May 20:46
be515d6
Compare
Choose a tag to compare

Changes since last release:

[1.0.3] - 2020-05-14

  • 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

1.0.2

01 Nov 12:56
a9c0346
Compare
Choose a tag to compare

Changes since last release:

[1.0.2] - 2019-11-01

  • Made a fix in the one time boot test to check that BootSourceOverrideEnabled is set back to Disabled

1.0.1

11 Oct 12:38
e63aab6
Compare
Choose a tag to compare

Changes since last release:

[1.0.1] - 2019-10-11

  • 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

1.0.0

19 Jul 12:56
c1542a4
Compare
Choose a tag to compare

Changes since last release:

[1.0.0] - 2019-07-19

  • Updated account management tools to leverage redfish_utilities