blob: d60d678480d32a5fe06ae240926e517f5ed134ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|