Skip to content
Snippets Groups Projects
Commit 857b3ec8 authored by Dominik Taborsky's avatar Dominik Taborsky
Browse files

tests: fix missing DDNS update send

parent 4c963360
No related branches found
No related tags found
No related merge requests found
......@@ -236,6 +236,7 @@ def do_normal_tests(master, zone, dnssec=False):
up.add("ddns.", 3600, "SOA",
"dns1.ddns. hostmaster.ddns. 2010111213 10800 3600 1209600 7200")
resp = master.dig("ddns.", "SOA")
up.send("NOERROR")
resp.check(rcode="NOERROR",
rdata="dns1.ddns. hostmaster.ddns. 2013111213 10800 3600 1209600 7200")
verify(master, zone, dnssec)
......
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