mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
This patch adds support for chronyd's stratumpweight both in the NTP client (ietf-system) and client+server (ietf-ntp) should fix the flaky NTP stratum test. Also, make sure to *not* 'rm -rf /etc/chrony/conf.d/*' in system.c to prevent clobbering settings potentially made in ntp.c Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
:testgroup: == NTP Server Tests Tests for NTP server functionality across different operational modes: - Standalone mode: local reference clock only - Server mode: sync from upstream while serving clients - Peer mode: bidirectional synchronization between peers - Server and client interoperability - Client stratum selection between multiple servers include::server_mode_standalone/Readme.adoc[] <<< include::server_mode_server/Readme.adoc[] <<< include::server_mode_peer/Readme.adoc[] <<< include::server_client/Readme.adoc[] <<< include::client_stratum_selection/Readme.adoc[]