From: Miroslav Lichvar Date: Mon, 17 Sep 2018 16:26:32 +0000 (+0200) Subject: test: add 012-daemonts test X-Git-Tag: 3.4~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89390a738f37986a0b967ddce4e783d05c995e5a;p=thirdparty%2Fchrony.git test: add 012-daemonts test --- diff --git a/test/simulation/012-daemonts b/test/simulation/012-daemonts new file mode 100755 index 00000000..b883516a --- /dev/null +++ b/test/simulation/012-daemonts @@ -0,0 +1,15 @@ +#!/bin/bash + +. ./test.common + +test_start "daemon timestamping" + +export CLKNETSIM_TIMESTAMPING=0 + +run_test || test_fail +check_chronyd_exit || test_fail +check_source_selection || test_fail +check_packet_interval || test_fail +check_sync || test_fail + +test_pass