commit | 90c8a8b93d136d52784ab5f73e205cc4bffe0578 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Wed Sep 11 17:20:03 2019 +0800 |
committer | Lei YU <mine260309@gmail.com> | Wed Oct 23 06:53:42 2019 +0000 |
tree | 69bcbd2ef1e95125ba736e3cd06b07198743440c | |
parent | 81c67725d87c1ec0536f9592d613535494b40989 [diff] |
Activation: Add activationProgress Use ActivationProgress to provide the PSU update progress. Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: I92d8c1425cf5ec1d0ff192a822a60f0c59bd8110
phosphor-psu-code-mgmt is a service to provide management for PSU code, including:
meson build/ && ninja -C build
meson -Doe-sdk=enabled -Dtests=enabled build/ ninja -C build/ test # Meson skips running the case due to it thinks it's cross compiling # Manually run the tests for t in `find build/test/ -maxdepth 1 -name "test_*"`; do ./$t || break ; done