]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add optout flag to test
authorRuben d'Arco <cyclops@prof-x.net>
Sun, 19 May 2013 12:24:42 +0000 (14:24 +0200)
committermind04 <mind04@monshouwer.org>
Fri, 12 Jul 2013 15:29:37 +0000 (17:29 +0200)
regression-tests/1dyndns-update-nsec3params-with-others/command

index 4911896db83c87650610fec69d395b8152626204..1d0482fcd19f2e3267e67073d3b7c23cf8db61b5 100755 (executable)
@@ -9,7 +9,7 @@ cleandig c.host.test.dyndns A hidesoadetails dnssec
 cleannsupdate <<!
 server $nameserver $port
 zone test.dyndns
-update add test.dyndns. 3600 NSEC3PARAM 1 1 10 DCBE
+update add test.dyndns. 3600 NSEC3PARAM 1 $optout 10 DCBE
 update add b.host.test.dyndns. 3600 A 127.0.0.1
 send
 answer
@@ -35,7 +35,7 @@ then
        cleannsupdate <<!
        server $nameserver $port
        zone test.dyndns
-       update add test.dyndns. 3600 NSEC3PARAM 1 1 1 abcd
+       update add test.dyndns. 3600 NSEC3PARAM 1 $optout 1 abcd
        send
        answer
 !