bind9/bin/tests/system/notify
Michal Nowak 9e7b5a4ad4 Revert "Add ans6 blackhole server to notify system test"
This reverts commit 21295bc188.

In a sense, the ans6 black holeserver, based on asyncserver, "does
nothing". In our case, it won't respond to any query, and if the
IgnoreAllConnections connection handler was installed, it would not read
anything from the client socket.

Previously, sending notifications to an unconfigured address resulted in
no communication from the target (10.53.10.53); hence, the ns3
configuration comment requested a "non-responsive notify recipient (no
reply, no ICMP errors)".

However, examining the PCAP of ans6 reveals some communication from the
10.53.0.6 server to the 10.53.0.3 client, including ICMP Destination
Unreachable (Port Unreachable), and TCP SYN/ACK.

The ans6 communication seems to be sufficiently different to touch
different code paths in named, resulting in the BIND 9.20 backport
failing in the "checking notify retries expire within 30 seconds" test.
But we better revert it from "main" as well.
2025-12-19 16:15:32 +01:00
..
CA Use correct certificates for TLS notify tests 2024-10-24 13:39:59 +11:00
ns1 Use jinja2 templates in notify test 2025-12-09 14:23:14 +01:00
ns2 Use jinja2 templates in notify test 2025-12-09 14:23:14 +01:00
ns3 Revert "Add ans6 blackhole server to notify system test" 2025-12-19 16:15:32 +01:00
ns4 Use jinja2 templates in notify test 2025-12-09 14:23:14 +01:00
ns5 Use jinja2 templates in notify test 2025-12-09 14:23:14 +01:00
.gitignore Add system tests for notify over TLS 2024-10-24 12:55:01 +11:00
dhparam3072.pem Use FIPS compatible DH-param files 2024-12-04 18:08:51 +02:00
setup.sh Use jinja2 templates in notify test 2025-12-09 14:23:14 +01:00
tests.sh Revert "Add ans6 blackhole server to notify system test" 2025-12-19 16:15:32 +01:00
tests_sh_notify.py Revert "Add ans6 blackhole server to notify system test" 2025-12-19 16:15:32 +01:00