From add932501feced4c6563a071abfca5b3498a143e Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 17 Sep 2018 18:36:04 +0200 Subject: [PATCH] test: add 136-broadcast test --- test/simulation/136-broadcast | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 test/simulation/136-broadcast diff --git a/test/simulation/136-broadcast b/test/simulation/136-broadcast new file mode 100755 index 0000000..d60d678 --- /dev/null +++ b/test/simulation/136-broadcast @@ -0,0 +1,16 @@ +#!/bin/bash + +. ./test.common + +test_start "broadcast directive" + +server_conf="broadcast 64 192.168.123.255" +client_server_options="offline" + +run_test || test_fail +check_chronyd_exit || test_fail +check_packet_interval && test_fail + +check_file_messages " 1 2 " 150 160 log.packets || test_fail + +test_pass