diff --git a/test/simulation/117-fallbackdrift b/test/simulation/117-fallbackdrift index f9a4c68..a4f3d0f 100755 --- a/test/simulation/117-fallbackdrift +++ b/test/simulation/117-fallbackdrift @@ -18,7 +18,6 @@ freq_rms_limit=5e-4 run_test || test_fail check_chronyd_exit || test_fail -check_source_selection || test_fail check_sync || test_fail test_pass diff --git a/test/simulation/test.common b/test/simulation/test.common index 9dade00..a03ae2b 100644 --- a/test/simulation/test.common +++ b/test/simulation/test.common @@ -262,7 +262,7 @@ check_source_selection() { for i in $(seq $[$servers * $server_strata + 1] $(get_chronyd_nodes)); do test_message 3 0 "node $i:" - ! grep -q 'no majority\|no reachable sources' tmp/log.$i && \ + ! grep -q 'no majority\|no selectable sources' tmp/log.$i && \ grep -q 'Selected source' tmp/log.$i && \ test_ok || test_bad [ $? -eq 0 ] || ret=1