]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fail the "tcp" system test when ans6 fails
authorMichał Kępień <michal@isc.org>
Tue, 19 Nov 2019 14:26:56 +0000 (15:26 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 19 Nov 2019 14:26:56 +0000 (15:26 +0100)
commitb50ced528d50e1f66ab159c87aa73ec5a87ededf
tree4e089f38e7b8d7196aabea7be3ec7dd8e23010b2
parent304c1b64391f6ecf4e1994d80c721d290e000a57
Fail the "tcp" system test when ans6 fails

Make the "tcp" system test fail if the Python tool used for establishing
TCP connections (ans6) logs a result different than "OK" after
processing a command sent to it (as that means the tool was unable to
successfully perform the requested action), with the exception of
cleanup errors at the end of the test which can be safely ignored.  Note
that the tool not returning any result at all in 10 seconds is still a
fatal error in all cases.
bin/tests/system/tcp/tests.sh