Details
-
Type:
Task
-
Status: Done
-
Priority:
(None)
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Python API client for Mender device-side integration
-
Labels:
-
Story Points:5
-
Backlog:no
-
Days in progress:0
Description
Currently the client will fail, if the install script is missing, and simply log a misconfiguration error. This is fine, however, it would be nice to have the logs updated to the Mender server upon the error. Thus:
Acceptance criteria:
- Report a failed update to the Mender server upon a missing `install` script.
- Simple integration test to verify.