]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
test: allow nodes to poll themselves
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 5 Sep 2019 15:30:17 +0000 (17:30 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 12 Sep 2019 12:51:12 +0000 (14:51 +0200)
test/simulation/121-orphan
test/simulation/test.common

index bbebc9d4021012fdafe9c91734e14d26f6a75310..c3d043f8d3cc7cfbdd90d67b52b3ed155561280a 100755 (executable)
@@ -11,9 +11,9 @@ server_conf="local stratum 5 orphan
 server 192.168.123.1
 server 192.168.123.2
 server 192.168.123.3"
-max_sync_time=500
+max_sync_time=900
 client_start=140
-chronyc_start=300
+chronyc_start=700
 chronyc_conf="tracking"
 time_rms_limit=5e-4
 
index b771ea748e609396e2373abb56a4ee1294778d8b..5c4b0a1237a5057813e14fbeafc6a7e129af15fb 100644 (file)
@@ -449,7 +449,6 @@ run_test() {
        for i in $(seq 1 $nodes); do
                echo "node${i}_shift_pll = $shift_pll"
                for j in $(seq 1 $nodes); do
-                       [ $i -eq $j ] && continue
                        echo "node${i}_delay${j} = $(get_delay_expr up)"
                        echo "node${j}_delay${i} = $(get_delay_expr down)"
                done