tests: fixed no_resign test itself
Compare changes
- Libor Peltan authored
@@ -31,6 +31,9 @@ static_zone = t.zone("example.", storage=".")
@@ -40,11 +43,15 @@ old_static_serial = master.zone_wait(static_zone)
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Without this patch, the test replied with "OK" as a false-negative. Knot resigned the zone in fact, because of using default algorithm 13 instead of algorithm 5 used in the hardcoded keys. Knot also resigned the static zone because of using automatic policy and publishing newly created key.