Skip to content
Snippets Groups Projects
Commit ce10297c authored by David Vasek's avatar David Vasek Committed by Daniel Salzman
Browse files

tests-extra: dnssec/nsec_update -- make ctl calls synchronous where needed

parent 83356a81
No related branches found
No related tags found
No related merge requests found
Pipeline #69868 passed
......@@ -64,7 +64,7 @@ up.add("nextlevelinlife.dk.", "86400", "NS", "test.com.")
up.send("NOERROR")
t.sleep(1)
master.ctl("zone-refresh")
master.ctl("zone-refresh", wait=True)
after_update = master.zones_wait(zones)
......@@ -111,7 +111,7 @@ for zone in zones:
up.send("NOERROR")
t.sleep(1)
master.ctl("zone-refresh")
master.ctl("zone-refresh", wait=True)
after_update2 = master.zones_wait(zones, after_update15, equal=False, greater=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment