From: Ruben d'Arco Date: Tue, 23 Apr 2013 19:52:14 +0000 (+0200) Subject: Skip all dyndns tests when testing presigned X-Git-Tag: rec-3.6.0-rc1~556^2~3^2~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72a0bf112711444eb6c3e0f4b066b37ff4dc673b;p=pdns Skip all dyndns tests when testing presigned 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. --- diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index de7cd82da..b98c16c0a 100755 --- a/regression-tests/start-test-stop +++ b/regression-tests/start-test-stop @@ -596,6 +596,8 @@ export testsdir if [ $presigned = yes ] then + skipreasons="$skipreasons nodyndns" + if [ ${context:0:6} = gmysql ] then context=${context}-presigned