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

tests-extra: ctl/basic -- call zone-purge in the blocking mode

parent d485f24b
Branches
Tags
No related merge requests found
Pipeline #92551 passed with stages
in 10 minutes and 31 seconds
......@@ -243,7 +243,7 @@ resp = ctl.receive_block()
isset("letter." + ZONE_NAME not in resp[ZONE_NAME], "lower-cased and removed node lETter")
# Purge the zone data.
ctl.send_block(cmd="zone-purge")
ctl.send_block(cmd="zone-purge", flags="B")
resp = ctl.receive_block()
ctl.send_block(cmd="zone-read", section="test-zone")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment