Files
infix/test/case/ntp
Joachim Wiberg a712fd5907 confd: new NTP setting stratum-weight
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>
2026-03-09 18:03:15 +01:00
..
2026-01-04 12:28:28 +01:00
2026-01-04 12:28:28 +01:00
2026-01-04 12:28:28 +01:00

: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[]