| commit | acfdd55f5f8ca4db5cd41a9dcb15bce438136123 | [log] [tgz] |
|---|---|---|
| author | Jagpal Singh Gill <paligill@gmail.com> | Tue Dec 09 06:02:14 2025 -0800 |
| committer | Jagpal Singh Gill <paligill@gmail.com> | Tue Dec 09 06:06:16 2025 -0800 |
| tree | fc6a069e8c565f327a37fee0ca7425339546f8a4 | |
| parent | 2fa10f4278efa4a353cbe9a844ca1432df405efd [diff] |
test: add test for events with device sensors Add test cases to test events with device sensors for threshold events and sensor failures. Tested: ``` > meson test -t 10 -C builddir/ --print-errorlogs --wrapper="valgrind --error-exitcode=1" test_device_events ninja: Entering directory `/host/repos/Modbus/phosphor-modbus/builddir' [2/2] Linking target tests/test_device_events 1/1 test_device_events OK 12.47s Ok: 1 Fail: 0 ``` Change-Id: Ic4b70f107eba2e96ce3235f6364b03a88a73c5d7 Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
phosphor-modbus provides a set of software applications to query sensors info, inventory data, firmware info of various modbus devices.
The phosphor-modbus requires phosphor-dbus-interfaces, sdbusplus and phosphor-logging.
The phosphor-modbus is built using meson.
meson build && ninja -C build