From: Kees Monshouwer Date: Sat, 31 Dec 2016 21:04:00 +0000 (+0100) Subject: nsec ent-asterisk test is no longer bogus with unbound 1.6.0 X-Git-Tag: rec-4.1.0-alpha1~360^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6072c012eb879c7955940ccb6f6376a0e88c2c0;p=thirdparty%2Fpdns.git nsec ent-asterisk test is no longer bogus with unbound 1.6.0 --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 3e0e40d739..8d1b9c93ce 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -440,6 +440,9 @@ test_auth() { run "cd regression-tests" + #travis unbound is too old for this test (unbound 1.6.0 required) + run "touch tests/ent-asterisk/fail.nsec" + run "./timestamp ./start-test-stop 5300 ldap-tree" run "./timestamp ./start-test-stop 5300 ldap-simple" run "./timestamp ./start-test-stop 5300 ldap-strict" @@ -491,6 +494,9 @@ test_auth() { run "./timestamp ./start-test-stop 5300 remotebackend-zeromq-dnssec" run "./timestamp ./start-test-stop 5300 tinydns" + + run "rm tests/ent-asterisk/fail.nsec" + run "cd .." run "cd regression-tests.rootzone" diff --git a/regression-tests/backends/bind-master b/regression-tests/backends/bind-master index 98aaaa72be..7a0088776c 100644 --- a/regression-tests/backends/bind-master +++ b/regression-tests/backends/bind-master @@ -85,7 +85,7 @@ __EOF__ skipreasons="narrow nodyndns noalias" else extracontexts="bind dnssec" - skipreasons="nodyndns noalias" + skipreasons="nodyndns noalias nsec" fi $RUNWRAPPER $PDNS --daemon=no --local-port=$port --config-dir=. \ diff --git a/regression-tests/backends/gsql-common b/regression-tests/backends/gsql-common index 80e6bc7488..451a098603 100644 --- a/regression-tests/backends/gsql-common +++ b/regression-tests/backends/gsql-common @@ -58,6 +58,6 @@ gsql_master() skipreasons="$skipreasons nodnssec" else extracontexts="dnssec" - skipreasons="$skipreasons" + skipreasons="$skipreasons nsec" fi } diff --git a/regression-tests/tests/ent-asterisk/expected_result.dnssec b/regression-tests/tests/ent-asterisk/expected_result.dnssec index daee83b162..e3412a799e 100644 --- a/regression-tests/tests/ent-asterisk/expected_result.dnssec +++ b/regression-tests/tests/ent-asterisk/expected_result.dnssec @@ -7,4 +7,3 @@ 2 . IN OPT 32768 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='sub.host.sub.example.com.', qtype=A -./tests/ent-asterisk/unbound-host.out:sub.host.sub.example.com has no address (BOGUS (security failure))