Skip to content
Snippets Groups Projects
Commit c1cc1649 authored by Libor Peltan's avatar Libor Peltan
Browse files

test: use random zones

parent c05440ca
Branches
Tags
No related merge requests found
......@@ -10,7 +10,7 @@ t = Test()
s1 = t.server("knot")
s2 = t.server("knot")
s3 = t.server("knot")
zones = t.zone("example.com.") #t.zone_rnd(5)
zones = t.zone_rnd(5)
t.link(zones, s1, s2, ixfr=True)
t.link(zones, s2, s3, ixfr=True)
......
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