tests: split ietf-hardware further

The ietf-hardware test now contains testing of both the IetfHardware with
DataReaders (which are responsible for correct reading of the hardware
data from hwmon), and the Sysrepo class which is responsible for
publishing the data processed by IetfHardware into sysrepo.

We are going to make changes to how Sysrepo class behaves which will
require slightly bit different testing approach. Testing both of those
classes in one test case might complicate the test, so splitting it
might be a good idea that would not hurt.

Change-Id: I3083c66b098458f284ff23aed4daf33e4ad2c0ee
3 files changed
tree: bfdf9f962a1ce6aa12dc88289a2f18476039047b
  1. .clang-format
  2. .gitmodules
  3. .zuul.yaml
  4. CMakeLists.txt
  5. Doxyfile.in
  6. LICENSE
  7. LICENSE.md
  8. README.md
  9. ci/
  10. cmake/
  11. docs/
  12. src/
  13. tests/
  14. yang/
README.md

YANG System management for embedded devices running Linux

Together with sysrepo, this software provides "general system management" of embedded devices. The target platform is anything that runs Linux with systemd. This runs in production on CzechLight SDN DWDM devices.

Health tracking

This component tracks the overal health state of the system, including various sensors, or the state of systemd units. As an operator-friendly LED at the front panel of the appliance shows the aggregated health state.

System management

Firmware can be updated via RAUC, and various aspects of the system's configuration can be adjusted. This includes a firewall, basic network settings, and authentication management.

Supported YANG models

For a full list, consult the yang/ directory in this repository.