]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make digdelv test work in different network envs
authorTom Krizek <tkrizek@isc.org>
Wed, 5 Oct 2022 13:59:13 +0000 (15:59 +0200)
committerTom Krizek <tkrizek@isc.org>
Wed, 19 Oct 2022 13:32:44 +0000 (15:32 +0200)
commit25d2d7e46e5735ea5813acab7556f0bef0d18885
tree51207db35f9e45e1d1f28a0b24e3c5529c843a06
parent10a43eba025e2084683ddb199333eb27a9a3b12c
Make digdelv test work in different network envs

When a target server is unreachable, the varying network conditions may
cause different ICMP message (or no message). The host unreachable
message was discovered when attempting to run the test locally while
connected to a VPN network which handles all traffic.

Extend the dig output check with "host unreachable" message to avoid a
false negative test result in certain network environments.

(cherry picked from commit 1e7d832342aa2aaaeb8ef1710ec095dfcade4c6d)
bin/tests/system/digdelv/tests.sh