- ./runtests recursor
- cd ../regression-tests
- touch tests/verify-dnssec-zone/allow-missing
+ - touch tests/verify-dnssec-zone/skip.optout # some (travis) tools in this test are unable to handle optout zones
- ./start-test-stop 5300 bind-both
- ./start-test-stop 5300 bind-dnssec-both
- ./start-test-stop 5300 bind-dnssec-nsec3-both
- - touch tests/verify-dnssec-zone/skip
- ./start-test-stop 5300 bind-dnssec-nsec3-optout-both
- - rm -f tests/verify-dnssec-zone/skip
- ./start-test-stop 5300 bind-dnssec-nsec3-narrow
- ./start-test-stop 5300 gmysql-nodnssec-both
- ./start-test-stop 5300 gmysql-both
- ./start-test-stop 5300 gmysql-nsec3-both
- - touch tests/verify-dnssec-zone/skip
- ./start-test-stop 5300 gmysql-nsec3-optout-both
- - rm -f tests/verify-dnssec-zone/skip
- ./start-test-stop 5300 gmysql-nsec3-narrow
- ./start-test-stop 5300 gpgsql-nodnssec
- ./start-test-stop 5300 gpgsql
# generate pdns.conf for pdnssec
cat > pdns-remote.conf <<EOF
launch=remote
-remote-connection-string=$connstr
+remote-connection-string=$connstr,timeout=10000
EOF
if [ "$remotedosec" = "yes" ]