commit | 7f2a2152cf5c9bff7e0e6e8d2cc399c3a5033300 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Mon Sep 16 16:50:18 2019 +0800 |
committer | Lei YU <mine260309@gmail.com> | Wed Oct 23 06:53:42 2019 +0000 |
tree | 834740af888884c7658b40edda306283c215c421 | |
parent | ff83c2a093969978f553dcf895e1eaeb80b288d7 [diff] |
Activation: create associations Create activation, functional, activate associations during PSU update. Tested: With dummy psu update service, verify the assocations are created when the PSU update is completed, and not created when PSU update fails. Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: I3d457e65b55066b93f7fc9a3311093dcec05d020
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