]> granicus.if.org Git - pdns/commitdiff
Skip all dyndns tests when testing presigned
authorRuben d'Arco <cyclops@prof-x.net>
Tue, 23 Apr 2013 19:52:14 +0000 (21:52 +0200)
committermind04 <mind04@monshouwer.org>
Fri, 12 Jul 2013 15:26:18 +0000 (17:26 +0200)
The test are performed on the slave, which forwards the package to the master.
This in theorie should make it work, but for the slave to receive the update, means we have to wait for the slave to receive an update of the domain. This is something that impacts the testset a bit too much and thus all dyndns tests are skipped when running in presigned more.

regression-tests/start-test-stop

index de7cd82da0570daccd9451ec14b57ded261cfd0d..b98c16c0ae3c899c13e309bd295621769142b8f8 100755 (executable)
@@ -596,6 +596,8 @@ export testsdir
 
 if [ $presigned = yes ]
 then
+       skipreasons="$skipreasons nodyndns"
+
        if [ ${context:0:6} = gmysql ]
        then
                context=${context}-presigned