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

15
test/simulation/015-ipv6 Executable file
View File

@@ -0,0 +1,15 @@
#!/usr/bin/env bash
. ./test.common
test_start "IPv6 addressing"
ip_family=6
run_test || test_fail
check_chronyd_exit || test_fail
check_source_selection || test_fail
check_packet_interval || test_fail
check_sync || test_fail
test_pass