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

Failed to add user #36

Closed JojoWu19 closed 4 years ago

JojoWu19 commented 4 years ago

When we run the account_management.py, we get the result with failed to add user. After changing code to check message, the root cause is that service doesn't support to modify the property Enabled so tool gets 400 Bad Request with message PropertyNotWritable.

  1. Suggest to add the message of response in the result for helping to clarify error.
  2. Suggest to modify more properties of ManagerAccount to avoid this case.

Thank you.