]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix xferquota system test
authorMatthijs Mekking <matthijs@isc.org>
Thu, 29 Feb 2024 10:12:50 +0000 (11:12 +0100)
committerMichal Nowak <mnowak@isc.org>
Wed, 15 May 2024 08:58:37 +0000 (10:58 +0200)
commit5bb7d952a70a58e5118a9ccf82f47afbeb06f918
tree7aa875505088024d0441bf5febed95a249974c98
parent9c6c5628ed837143bd0ebfcb7343e4019aefda79
Fix xferquota system test

The change from RBT to QP has changed the contents of generated zone
files slightly: node names are now always absolute, so instead of using
$ORIGIN and relative names, generated zone files use full names for all
records.

This caused a failure in the xferquota system test, which was looking
for a relative name in secondary zone files. Replace the string
matching with a regular expression to fix the test.

(cherry picked from commit 618c963cb75b3677d5d2e4ff9059a965f09fcb13)
bin/tests/system/xferquota/tests_xferquota.py