opencomputeproject / HWMgmt-DeviceMgr-DeviceManager

Device Manager collects device data and notifications from each device, and make the data available on a predetermined output bus for consumers.
Apache License 2.0
23 stars 12 forks source link

ChangeDeviceUserPassword task in test.go returns wrong status #14

Closed ehaligow closed 2 years ago

ehaligow commented 2 years ago

After executing test task changeuserpassword we can see on terminal the following: ./dm changeuserpassword 192.168.40.206:8888:069b6b7e-7196-455c-b4d7-ccf09d95502e:root:root1 192.168.40.206:8888 changed While in logs there is an information, that the task did not work – error status is received.

JasonscHuang commented 2 years ago

Please do not test this version. We will provide the new code. You could test it later.

JasonscHuang commented 2 years ago

I already uploaded PR #15. Please see this issue has been fixed or not.

ehaligow commented 2 years ago

The issue is resolved.