From c91bd60051da818688ddb75c7175f3105c2d35cd Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Wed, 6 Dec 2023 16:14:24 +0100 Subject: [PATCH] - Update test script file common.sh. --- doc/Changelog | 1 + testdata/common.sh | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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