From: W.C.A. Wijngaards Date: Wed, 6 Dec 2023 15:14:24 +0000 (+0100) Subject: - Update test script file common.sh. X-Git-Tag: release-1.19.3rc1~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c91bd60051da818688ddb75c7175f3105c2d35cd;p=thirdparty%2Funbound.git - Update test script file common.sh. --- diff --git a/doc/Changelog b/doc/Changelog index 452bafa15..d47f4f190 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -2,6 +2,7 @@ - Fix to sync the tests script file common.sh. - iana portlist update. - Updated IPv4 and IPv6 address for b.root-servers.net in root hints. + - Update test script file common.sh. 5 December 2023: Wouter - Merge #971: fix 'WARNING: Message has 41 extra bytes at end'. diff --git a/testdata/common.sh b/testdata/common.sh index 9cee6bfb8..bf2d301eb 100644 --- a/testdata/common.sh +++ b/testdata/common.sh @@ -1,7 +1,8 @@ # common.sh - an include file for commonly used functions for test code. # BSD licensed (see LICENSE file). # -# Version 5 +# Version 6 +# 2023-12-06: list wait_for_soa_serial in overview # 2023-12-06: get_ldns_notify, skip_test and teststep, and previous changes # also included are wait_logfile, cpu_count, process_cpu_list, and # kill_from_pidfile, and use HOME variable for HOME/bin. @@ -32,6 +33,7 @@ # wait_petal_up : wait for petal to come up. # wait_nsd_up : wait for nsd to come up. # wait_server_up_or_fail: wait for server to come up or print a failure string +# wait_for_soa_serial : wait and dig at server for serial. # skip_test x : print message and skip test (must be called in .pre) # kill_pid : kill a server, make sure and wait for it to go down. # cpu_count : get number of cpus in system