test: extend configuration in system tests
This commit is contained in:
parent
c536b2561b
commit
49d718c025
1 changed files with 2 additions and 0 deletions
|
@ -229,6 +229,8 @@ generate_chrony_conf() {
|
||||||
echo "log tempcomp rawmeasurements refclocks statistics tracking rtc"
|
echo "log tempcomp rawmeasurements refclocks statistics tracking rtc"
|
||||||
echo "logbanner 0"
|
echo "logbanner 0"
|
||||||
echo "smoothtime 100.0 0.001"
|
echo "smoothtime 100.0 0.001"
|
||||||
|
echo "leapsectz right/UTC"
|
||||||
|
echo "dscp 46"
|
||||||
|
|
||||||
echo "include /dev/null"
|
echo "include /dev/null"
|
||||||
echo "keyfile $TEST_DIR/keys"
|
echo "keyfile $TEST_DIR/keys"
|
||||||
|
|
Loading…
Reference in a new issue