blob: bf8a04bd544a27c5895b0e29a7160f4c719e5620 [file] [log] [blame]
#!/usr/bin/env bash
. ./test.common
test_start "process priority"
extra_chronyd_options="-P 1"
start_chronyd || test_fail
wait_for_sync || test_fail
stop_chronyd || test_fail
check_chronyd_messages || test_fail
check_chronyd_files || test_fail
test_pass