]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
test: add 128-nocontrol test
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 24 Aug 2018 13:40:12 +0000 (15:40 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 24 Aug 2018 16:09:29 +0000 (18:09 +0200)
test/simulation/128-nocontrol [new file with mode: 0755]

diff --git a/test/simulation/128-nocontrol b/test/simulation/128-nocontrol
new file mode 100755 (executable)
index 0000000..0a98cd7
--- /dev/null
@@ -0,0 +1,25 @@
+#!/bin/bash
+
+. ./test.common
+
+test_start "-x option"
+
+wander=0.0
+time_offset=0.0
+freq_offset=0.0
+time_max_limit=1e-6
+freq_max_limit=1e-9
+min_sync_time=0
+max_sync_time=0
+client_chronyd_options="-x"
+chronyc_start=300
+chronyc_conf="tracking"
+
+run_test || test_fail
+check_chronyd_exit || test_fail
+check_source_selection || test_fail
+check_packet_interval || test_fail
+check_sync || test_fail
+check_chronyc_output "^.*Stratum *: 2.*$" || test_fail
+
+test_pass