chrony/test/simulation
Miroslav Lichvar 5fb1107cc7 client: print reference ID in hexadecimal
This is an incompatible change in the output of the tracking command,
which may break some scripts, but it's necessary to avoid confusion with
IPv4 addresses when synchronised to an IPv6 server or reference clock.
2016-11-25 17:33:43 +01:00
..
001-defaults test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
002-largenetwork test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
003-largefreqoffset test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
004-largetimeoffset test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
005-externalstep test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
006-largejitter test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
007-largewander test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
008-ntpera test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
009-sourceselection test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
010-multrecv test: add 010-multrecv 2016-08-11 10:45:48 +02:00
011-asymjitter test: add 011-asymjitter 2016-09-06 15:48:59 +02:00
101-poll test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
102-iburst test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
103-initstepslew test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
104-driftfile test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
105-ntpauth test: extend 105-ntpauth 2016-05-17 13:03:53 +02:00
106-refclock test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
107-allowdeny test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
108-peer test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
109-makestep test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
110-chronyc client: print reference ID in hexadecimal 2016-11-25 17:33:43 +01:00
111-knownclient test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
112-port test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
113-leapsecond test: extend 113-leapsecond 2016-09-06 15:48:59 +02:00
114-presend ntp: shorten presend delay to 2 seconds 2016-11-25 17:33:42 +01:00
115-cmdmontime reference: report same values in tracking command as in NTP 2016-04-08 16:21:19 +02:00
116-minsources test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
117-fallbackdrift test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
118-maxdelay test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
119-smoothtime test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
120-selectoptions test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
121-orphan test: add 121-orphan 2016-03-31 16:12:14 +02:00
122-xleave test: add 122-xleave 2016-11-10 15:26:56 +01:00
201-freqaccumulation test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
202-prefer test: specify files with path in source commands 2016-02-05 15:20:40 +01:00
README test: don't download files in tests 2016-02-05 15:20:40 +01:00
run test: don't download files in tests 2016-02-05 15:20:40 +01:00
test.common test: add support for testing with asymmetric jitter 2016-09-06 15:48:59 +02:00

This is a collection of simulation tests using the clknetsim simulator
(supported on Linux only).

https://github.com/mlichvar/clknetsim

The CLKNETSIM_PATH environment variable should point to the directory where
clknetsim was downloaded and compiled. If the variable is not set, the tests
will look for clknetsim in ./clknetsim in the current directory.

The tests are written in bash and they can be run directly. The ./run script
runs all tests.