test: update for recent changes in Linux driver

This commit is contained in:
Miroslav Lichvar 2014-05-14 17:10:23 +02:00
parent ec4542bbe4
commit 0b7f64cb33
5 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View 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