From 89390a738f37986a0b967ddce4e783d05c995e5a Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 17 Sep 2018 18:26:32 +0200 Subject: [PATCH] test: add 012-daemonts test --- test/simulation/012-daemonts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 test/simulation/012-daemonts 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 -- 2.47.2