summaryrefslogtreecommitdiffstats
path: root/test/simulation/136-broadcast
blob: 1488c53df1c6b5d59ff9941c7688acec87e13611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env 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