commit | 7443425a6fe12e303d99f82924d05a27b243f78d | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@cesnet.cz> | Wed Feb 03 16:57:47 2021 +0100 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Tue Feb 09 11:13:57 2021 +0100 |
tree | 40a0dd323ce286aca8f114d5358321f49f7cb0fc | |
parent | dfcf32d75da0d7dde692aca638a5b1163fb2a3e9 [diff] |
tests: Don't use D-Bus custom names when mocking systemd's Manager Because org.freedesktop.systemd1 busname is often used even as session busname we had to improvise in systemd tests and we used custom name cz.cesnet.systemd1 along with custom object paths and interfaces when mocking systemd's D-Bus behaviour. This is not necessary. There is no need to create custom paths and interfaces, we can use the standard ones. We only have to use another bus name. Change-Id: Ied5dbfe9ad2fec2bd30787d5d6916bf5a5924fd9
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.
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.
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.
For a full list, consult the yang/
directory in this repository.