From: Kees Monshouwer Date: Mon, 24 Feb 2014 10:22:23 +0000 (+0100) Subject: add skipreasons to gpgsql and gsqlite3 regression tests X-Git-Tag: rec-3.6.0-rc1~169^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fdbac4914b7b03e910819fbc0eb4a9fd1a12456;p=pdns add skipreasons to gpgsql and gsqlite3 regression tests --- diff --git a/regression-tests/backends/gpgsql-master b/regression-tests/backends/gpgsql-master index 3fcc90891..934249642 100644 --- a/regression-tests/backends/gpgsql-master +++ b/regression-tests/backends/gpgsql-master @@ -71,16 +71,18 @@ __EOF__ if [ $context = gpgsql-nsec3 ] then extracontexts="dnssec nsec3" + skipreasons="nsec3 nodyndns" elif [ $context = gpgsql-nsec3-optout ] then extracontexts="dnssec nsec3 nsec3-optout" + skipreasons="optout nodyndns" elif [ $context = gpgsql-nsec3-narrow ] then extracontexts="dnssec narrow" else extracontexts="dnssec" + skipreasons="nodyndns" fi - skipreasons="nodyndns" ;; *) diff --git a/regression-tests/backends/gsqlite3-master b/regression-tests/backends/gsqlite3-master index 8677e1e95..034a64a81 100644 --- a/regression-tests/backends/gsqlite3-master +++ b/regression-tests/backends/gsqlite3-master @@ -57,13 +57,15 @@ __EOF__ if [ $context = gsqlite3-nsec3 ] then extracontexts="dnssec nsec3" + skipreasons="nsec3 nodyndns" elif [ $context = gsqlite3-nsec3-optout ] then extracontexts="dnssec nsec3 nsec3-optout" + skipreasons="optout nodyndns" else extracontexts="dnssec" + skipreasons="nodyndns" fi - skipreasons="nodyndns" ;; *)