]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
skip ALIAS tests for various backends 3733/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 9 May 2016 10:32:14 +0000 (12:32 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 9 May 2016 12:43:43 +0000 (14:43 +0200)
regression-tests/backends/bind-master
regression-tests/backends/ldap-master
regression-tests/backends/mydns-master
regression-tests/backends/opendbx-master
regression-tests/backends/tinydns-master
regression-tests/tests/alias-address/skip.noalias [new file with mode: 0644]
regression-tests/tests/alias-mx/skip.noalias [new file with mode: 0644]

index 04c9d125ed745beb68355c9961585aada7c8b9c9..98aaaa72bea224107e610252c31d028b63ea8c78 100644 (file)
@@ -11,7 +11,7 @@ __EOF__
                        --config-name=bind --socket-dir=./ --no-shuffle \
                        --cache-ttl=$cachettl --dname-processing \
                        --disable-axfr-rectify=yes &
-               skipreasons="nodnssec nodyndns nometa"
+               skipreasons="nodnssec nodyndns nometa noalias"
                bindwait bind
                ;;
 
@@ -74,18 +74,18 @@ __EOF__
                if [ $context = bind-dnssec-nsec3 ] || [ $context = bind-hybrid-nsec3 ]
                then
                        extracontexts="bind dnssec nsec3"
-                       skipreasons="nsec3 nodyndns"
+                       skipreasons="nsec3 nodyndns noalias"
                elif [ $context = bind-dnssec-nsec3-optout ]
                then
                        extracontexts="bind dnssec nsec3 nsec3-optout"
-                       skipreasons="optout nodyndns"
+                       skipreasons="optout nodyndns noalias"
                elif [ $context = bind-dnssec-nsec3-narrow ]
                then
                        extracontexts="bind dnssec narrow"
-                       skipreasons="narrow nodyndns"
+                       skipreasons="narrow nodyndns noalias"
                else
                        extracontexts="bind dnssec"
-                       skipreasons="nodyndns"
+                       skipreasons="nodyndns noalias"
                fi
 
                $RUNWRAPPER $PDNS --daemon=no --local-port=$port --config-dir=. \
index cf8303dce271a2f2e6bb95b19703ea534573bb8b..a4fbc8329bdbf43bd1e04bc334253dd68d6fa904 100644 (file)
@@ -29,7 +29,7 @@ __EOF__
                        --query-logging \
                        --cache-ttl=$cachettl --dname-processing $lua_prequery &
 
-               skipreasons="nodnssec noent nodyndns nometa noaxfr"
+               skipreasons="nodnssec noent nodyndns nometa noaxfr noalias"
 
                ;;
        *)
index 06187392e8d2b04de35d07a941361214f47a0de7..d141a9bbd0fc34621bc264e995e06b1ded27981a 100644 (file)
@@ -27,7 +27,7 @@ __EOF__
                        --no-shuffle --master \
                        --cache-ttl=0 --dname-processing \
                        --mydns-rr-active=no --mydns-soa-active=no --mydns-use-minimal-ttl=no &
-               skipreasons="nodnssec noent nodyndns nometa noaxfr"
+               skipreasons="nodnssec noent nodyndns nometa noaxfr noalias"
                ;;
 
                *)
index 3198813d5bb5acf74bd116fac59f1ed09ee43337..23c8dc7e3634fddf8289843b73d85f8f9f7d2256 100644 (file)
@@ -12,7 +12,7 @@ case $context in
                        --cache-ttl=$cachettl --dname-processing --no-config \
                        --opendbx-backend=sqlite3 --opendbx-host-read=./ --opendbx-host-write=./ \
                        --opendbx-database=pdns-opendbx.sqlite3 --module-dir=./modules &
-               skipreasons="nodnssec noent nodyndns nometa"
+               skipreasons="nodnssec noent nodyndns nometa noalias"
                ;;
 
        *)
index 3e4564fdb9d72990cdb0241fc26b463fad7f8595..0fd842b4004d2f1e35d1bc128d1b2ba5784f905f 100644 (file)
@@ -5,7 +5,7 @@ case $context in
                 --cache-ttl=$cachettl --dname-processing --no-config \
                        --dnsupdate=yes \
                        --tinydns-dbfile=../modules/tinydnsbackend/data.cdb --module-dir=./modules &
-               skipreasons="nodnssec noent nodyndns nometa noaxfr"
+               skipreasons="nodnssec noent nodyndns nometa noaxfr noalias"
                ;;
 
        *)
diff --git a/regression-tests/tests/alias-address/skip.noalias b/regression-tests/tests/alias-address/skip.noalias
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/regression-tests/tests/alias-mx/skip.noalias b/regression-tests/tests/alias-mx/skip.noalias
new file mode 100644 (file)
index 0000000..e69de29