]> 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)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 6 Mar 2024 09:49:02 +0000 (10:49 +0100)
commit618c963cb75b3677d5d2e4ff9059a965f09fcb13
tree67f67b024fc8e9a367d4c1330ff501cf0018b8d4
parent3facc5b51d8c13275f670c57d196c5c3f39ed833
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.
bin/tests/system/xferquota/tests_xferquota.py