test: update for recent changes in Linux driver
This commit is contained in:
parent
ec4542bbe4
commit
0b7f64cb33
5 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,7 @@ limit=100
|
||||||
|
|
||||||
client_conf="initstepslew 5 192.168.123.1"
|
client_conf="initstepslew 5 192.168.123.1"
|
||||||
|
|
||||||
min_sync_time=20
|
min_sync_time=6
|
||||||
max_sync_time=35
|
max_sync_time=35
|
||||||
|
|
||||||
for time_offset in -2.0 -0.2 0.2 2.0; do
|
for time_offset in -2.0 -0.2 0.2 2.0; do
|
||||||
|
|
|
@ -6,8 +6,8 @@ test_start "SHM refclock"
|
||||||
servers=0
|
servers=0
|
||||||
limit=1000
|
limit=1000
|
||||||
refclock_jitter=$jitter
|
refclock_jitter=$jitter
|
||||||
min_sync_time=60
|
min_sync_time=45
|
||||||
max_sync_time=80
|
max_sync_time=70
|
||||||
client_conf="refclock SHM 0"
|
client_conf="refclock SHM 0"
|
||||||
|
|
||||||
run_test || test_fail
|
run_test || test_fail
|
||||||
|
|
|
@ -7,8 +7,8 @@ limit=200
|
||||||
jitter=1e-5
|
jitter=1e-5
|
||||||
client_conf="makestep 2 1"
|
client_conf="makestep 2 1"
|
||||||
|
|
||||||
min_sync_time=140
|
min_sync_time=130
|
||||||
max_sync_time=160
|
max_sync_time=150
|
||||||
|
|
||||||
for time_offset in -1.0 -0.1 0.1 1.0; do
|
for time_offset in -1.0 -0.1 0.1 1.0; do
|
||||||
run_test || test_fail
|
run_test || test_fail
|
||||||
|
|
|
@ -11,7 +11,7 @@ jitter=1e-6
|
||||||
base_delay=1e-6
|
base_delay=1e-6
|
||||||
wander=0.0
|
wander=0.0
|
||||||
|
|
||||||
limit=200
|
limit=180
|
||||||
time_max_limit=1e-5
|
time_max_limit=1e-5
|
||||||
freq_max_limit=1e-7
|
freq_max_limit=1e-7
|
||||||
time_rms_limit=1e-5
|
time_rms_limit=1e-5
|
||||||
|
|
|
@ -18,7 +18,7 @@ export PATH=../../:$PATH
|
||||||
export CLKNETSIM_PATH=clknetsim
|
export CLKNETSIM_PATH=clknetsim
|
||||||
|
|
||||||
# Known working clknetsim revision
|
# Known working clknetsim revision
|
||||||
clknetsim_revision=d554f187c4d196bfc10c193143d24ce724051594
|
clknetsim_revision=8a7f9e753b0548e78ef3ef750da547a54d405bde
|
||||||
clknetsim_url=https://github.com/mlichvar/clknetsim/archive/$clknetsim_revision.tar.gz
|
clknetsim_url=https://github.com/mlichvar/clknetsim/archive/$clknetsim_revision.tar.gz
|
||||||
|
|
||||||
# Only Linux is supported
|
# Only Linux is supported
|
||||||
|
|
Loading…
Reference in a new issue