]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
test: update for recent changes in Linux driver
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 14 May 2014 15:10:23 +0000 (17:10 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 20 May 2014 15:14:33 +0000 (17:14 +0200)
test/simulation/103-initstepslew
test/simulation/106-refclock
test/simulation/109-makestep
test/simulation/201-freqaccumulation
test/simulation/test.common

index 163efc3df26518ec5541fbdb7bf5fa65a5f50f15..eaadf733d2a80744905f4ee072ee906a62f2c8cc 100755 (executable)
@@ -10,7 +10,7 @@ limit=100
 
 client_conf="initstepslew 5 192.168.123.1"
 
-min_sync_time=20
+min_sync_time=6
 max_sync_time=35
 
 for time_offset in -2.0 -0.2 0.2 2.0; do
index ed04406c2855c0573a4c715cbe21654113f260b7..64844a1c5ea8b19382ccfd0a4dc353cde1b26583 100755 (executable)
@@ -6,8 +6,8 @@ test_start "SHM refclock"
 servers=0
 limit=1000
 refclock_jitter=$jitter
-min_sync_time=60
-max_sync_time=80
+min_sync_time=45
+max_sync_time=70
 client_conf="refclock SHM 0"
 
 run_test || test_fail
index e74b719154f7bf2664864d9bd88a4ccda4ffea22..40fe779872e8e45fa33bc4f3b32419469d87098b 100755 (executable)
@@ -7,8 +7,8 @@ limit=200
 jitter=1e-5
 client_conf="makestep 2 1"
 
-min_sync_time=140
-max_sync_time=160
+min_sync_time=130
+max_sync_time=150
 
 for time_offset in -1.0 -0.1 0.1 1.0; do
        run_test || test_fail
index a8ba91731fedfd350f23398abc73bc3f86273241..1398319215103a5888eda5006bba4c7271f6c4a4 100755 (executable)
@@ -11,7 +11,7 @@ jitter=1e-6
 base_delay=1e-6
 wander=0.0
 
-limit=200
+limit=180
 time_max_limit=1e-5
 freq_max_limit=1e-7
 time_rms_limit=1e-5
index ed5ff0485b925ae099703d7ffc3ebf63520962aa..dd7ec55b359e1ab31a1fbc35da35fdb75d3a7ee3 100644 (file)
@@ -18,7 +18,7 @@ export PATH=../../:$PATH
 export CLKNETSIM_PATH=clknetsim
 
 # Known working clknetsim revision
-clknetsim_revision=d554f187c4d196bfc10c193143d24ce724051594
+clknetsim_revision=8a7f9e753b0548e78ef3ef750da547a54d405bde
 clknetsim_url=https://github.com/mlichvar/clknetsim/archive/$clknetsim_revision.tar.gz
 
 # Only Linux is supported