commit | d3204145a07766ec57c34b6426de1b56050f3c1b | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Tue Nov 16 14:57:27 2021 +0800 |
committer | Ed Tanous <ed@tanous.net> | Mon Dec 13 16:50:46 2021 +0000 |
tree | 7b7596e1e75f558bc66e3acbf9d5868bb8b287a6 | |
parent | 5a86e562ac81df7712f74e4518ca0f0b36a47775 [diff] |
test: Add test_Utils Add the unit test to verify the findFiles() in utils, the tests creates test directory structure like hwmon and peci and verify the result is expected. Tested: Verify the unit test passes. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I11976399909235de509e09865af0b3421db6b565
dbus-sensors is a collection of sensor applications that provide the xyz.openbmc_project.Sensor collection of interfaces. They read sensor values from hwmon, d-bus, or direct driver access to provide readings. Some advance non-sensor features such as fan presence, pwm control, and automatic cpu detection (x86) are also supported.
runtime re-configurable from d-bus (entity-manager or the like)
isolated: each sensor type is isolated into its own daemon, so a bug in one sensor is unlikely to affect another, and single sensor modifications are possible
async single-threaded: uses sdbusplus/asio bindings
multiple data inputs: hwmon, d-bus, direct driver access