DMTF / Redfish-Usecase-Checkers

This is a collection of python3 tools to exercise and validate common use cases for Redfish
Other
1 stars 6 forks source link

account_management failing on newer systems #39

Closed cb371j closed 4 years ago

cb371j commented 4 years ago

the password in account_management needs at least one special character

billdodd commented 4 years ago

That requirement will vary by vendor implementation (as will the set of acceptable special characters, I expect).

The best approach may be to add command-line options for the test_username and test_password to override the builtin values.

mraineri commented 4 years ago

If possible, I would like to see if this type of restriction can be discoverable to avoid having users pass in parameters on a system by system basis... Will need to think this one through a bit more...

mraineri commented 4 years ago

@cb371j please try out the latest version of the usecase checkers. Since I don't have access to the specific service you have that's failing, I can't 100% determine if the change I made addresses this, but it looks good to me on the services I have available to me. If the issue persists, please reopen the issue.