commit | be858e23dbb91bcf18f6fcf9386653e4eb18bf3a | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@cesnet.cz> | Wed May 17 16:14:37 2023 +0200 |
committer | Tomáš Pecka <tomas.pecka@cesnet.cz> | Fri May 19 12:20:18 2023 +0200 |
tree | 1171423d175a40f56431940fea6510e9a1115458 | |
parent | 0f8f15b14f9db7973996b971aaf84cd302db58d9 [diff] |
tests: increase wait time in czechlight-system:leds test I have seen the following errors in test-sysrepo_system-leds several times. 2023-05-11 12:26:19.979398 | w | /home/ci/src/cesnet-gerrit-public/CzechLight/velia/tests/test_sysrepo_helpers.h:21: FATAL ERROR: REQUIRE( data ) is NOT correct! 2023-05-11 12:26:19.979402 | w | values: REQUIRE( {?} ) This means that the data in sysrepo were not already there when we asked for them. This might be caused by the slow thread startup. Let's make sure there is enough time and sleep everywhere where the sleep is needed. It does not matter in tests. Change-Id: I850c056d8a29d4b6bf55614d6f206cf0b45c06e9
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.
ietf-access-control-list
, RFC 8519 (with deviations)ietf-hardware
, RFC 8348ietf-system
, RFC 7317 (partial support)ietf-interfaces
, RFC 8343 (generating config for systemd-networkd
, with extensions)ietf-routing
, RFC 8349 (see above)czechlight-system