When we run the account_management.py, we get the result with failed to add user (Base.1.6.MalformedJSON).
After checking account_management.py as below:
# Create a new user
...
redfish_utilities.modify_user( redfish_obj, test_username, new_enabled = True )
...
When we run the account_management.py, we get the result with failed to add user (Base.1.6.MalformedJSON). After checking account_management.py as below:
Here should use
new_enabled = true
, right?