]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix base_port calculation in pytest runner
authorTom Krizek <tkrizek@isc.org>
Tue, 30 May 2023 12:11:14 +0000 (14:11 +0200)
committerTom Krizek <tkrizek@isc.org>
Tue, 30 May 2023 12:11:14 +0000 (14:11 +0200)
commite8ea6b610b775f3afe34b76883385b9ab53cf462
tree61d170ed03646cc03f8862ad2a37c9fe8054c731
parent7b35586047118c7c869f21730aaa843cc2b8c593
Fix base_port calculation in pytest runner

The selected base port should be in the range <port_min, port_max), the
formula was incorrect.

Credit for discovering this fault goes to Ondrej Sury.
bin/tests/system/conftest.py