mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
tests: fix and improvement of ZSK roll test
This commit is contained in:
parent
6e6284c289
commit
02b4e4e765
1 changed files with 3 additions and 2 deletions
|
|
@ -108,10 +108,11 @@ up = master.update(zone)
|
|||
up.delete("longttl.example.com.", "A") # zone max TTL decreases
|
||||
up.send()
|
||||
t.sleep(2)
|
||||
master.ctl("zone-sign", wait=True)
|
||||
master.ctl("zone-sign")
|
||||
t.sleep(2)
|
||||
rrsig_new = check_same_rrsig(master, zone, None)
|
||||
|
||||
wait4key(t, master, zone, 2, old_key, 9, 14, "ZSK remove") # old ZSK removed
|
||||
wait4key(t, master, zone, 2, old_key, 6, 10, "ZSK remove") # old ZSK removed
|
||||
check_salt(master, zone, False)
|
||||
check_same_rrsig(master, zone, rrsig_new)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue