From: Pieter Lexis Date: Wed, 21 Oct 2015 13:11:51 +0000 (+0200) Subject: Split the auth-test script logically X-Git-Tag: dnsdist-1.0.0-alpha1~252^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf97588323e910bec2873d22ca5516e908bed218;p=thirdparty%2Fpdns.git Split the auth-test script logically --- diff --git a/build-scripts/test-auth b/build-scripts/test-auth index d1d1caf1d3..961556fab5 100755 --- a/build-scripts/test-auth +++ b/build-scripts/test-auth @@ -37,26 +37,33 @@ export geoipregion=oc geoipregionip=1.2.3.4 ./timestamp ./start-test-stop 5300 bind-dnssec-nsec3-optout-both || EXIT=1 ./timestamp ./start-test-stop 5300 bind-dnssec-nsec3-narrow || EXIT=1 ./timestamp ./start-test-stop 5300 bind-hybrid-nsec3 || EXIT=1 + ./timestamp ./start-test-stop 5300 geoipbackend || EXIT=1 ./timestamp ./start-test-stop 5300 geoipbackend-nsec3-narrow || EXIT=1 + ./timestamp ./start-test-stop 5300 gmysql-nodnssec-both || EXIT=1 ./timestamp ./start-test-stop 5300 gmysql-both || EXIT=1 ./timestamp ./start-test-stop 5300 gmysql-nsec3-both || EXIT=1 ./timestamp ./start-test-stop 5300 gmysql-nsec3-optout-both || EXIT=1 ./timestamp ./start-test-stop 5300 gmysql-nsec3-narrow || EXIT=1 + ./timestamp ./start-test-stop 5300 gpgsql-nodnssec-both || EXIT=1 ./timestamp ./start-test-stop 5300 gpgsql-both || EXIT=1 ./timestamp ./start-test-stop 5300 gpgsql-nsec3-both || EXIT=1 ./timestamp ./start-test-stop 5300 gpgsql-nsec3-optout-both || EXIT=1 ./timestamp ./start-test-stop 5300 gpgsql-nsec3-narrow || EXIT=1 + ./timestamp ./start-test-stop 5300 gsqlite3-nodnssec-both || EXIT=1 ./timestamp ./start-test-stop 5300 gsqlite3-both || EXIT=1 ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-both || EXIT=1 ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-optout-both || EXIT=1 ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-narrow || EXIT=1 + #DNSName - ./timestamp ./start-test-stop 5300 lmdb-nodnssec || EXIT=1 + ./timestamp ./start-test-stop 5300 mydns || EXIT=1 ./timestamp ./start-test-stop 5300 opendbx-sqlite3 || EXIT=1 + ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-pipe || EXIT=1 ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-pipe-dnssec || EXIT=1 ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-unix || EXIT=1 @@ -65,6 +72,7 @@ export geoipregion=oc geoipregionip=1.2.3.4 ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-http-dnssec || EXIT=1 #./timestamp timeout 120s ./start-test-stop 5300 remotebackend-zeromq || EXIT=1 #./timestamp timeout 120s ./start-test-stop 5300 remotebackend-zeromq-dnssec || EXIT=1 + ./timestamp ./start-test-stop 5300 tinydns || EXIT=1 cd ../regression-tests.nobackend/