test: add IPv6 simulation tests

This commit is contained in:
Miroslav Lichvar
2025-04-30 11:50:15 +02:00
parent ec57de02c7
commit 81362fa201
5 changed files with 59 additions and 0 deletions

View File

@@ -31,6 +31,17 @@ check_chronyd_exit || test_fail
check_source_selection || test_fail
check_sync || test_fail
if check_config_h 'FEAT_IPV6 1'; then
ip_family=6
run_test || test_fail
check_chronyd_exit || test_fail
check_source_selection || test_fail
check_sync || test_fail
ip_family=$default_ip_family
fi
freq_max_limit=$default_freq_max_limit
base_delay="(+ 1e-4 (* -1 (equal 0.1 from 3) (equal 0.1 to 1)))"
client_peer_options=""