bind9/bin/tests/system/ksr
Matthijs Mekking 8b3d2e5633 ksr: Take into account key collisions
When generating new key pairs, one test checks if existing keys that
match the time bundle are selected, rather than extra keys being
generated. Part of the test is to check the verbose output, counting
the number of "Selecting" and "Generating" occurences. But if there
is a key collision, the ksr tool will output that the key already
exists and includes the substring "already exists, or might collide
with another key upon revokation.  Generating a new key".

So substract by one the generated counter if there is a "collide"
occurrence.
2025-03-13 08:18:50 +00:00
..
ns1 Add KSK roll test case 2024-11-01 15:50:16 +01:00
setup.sh Convert ksr system test to pytest 2024-10-16 17:16:02 +02:00
tests_ksr.py ksr: Take into account key collisions 2025-03-13 08:18:50 +00:00