]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Update test script file common.sh.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 6 Dec 2023 15:14:24 +0000 (16:14 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 6 Dec 2023 15:14:24 +0000 (16:14 +0100)
doc/Changelog
testdata/common.sh

index 452bafa15d94f8884a264e4d0bc43b8037a8a4a2..d47f4f19050612e2bc1cffd1048d30eabc7cdd9b 100644 (file)
@@ -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'.
index 9cee6bfb810f801b3645a787b6a81345ffb84d85..bf2d301eb815d1370633b1fbe31fccf59c37356f 100644 (file)
@@ -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