summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2016-03-17 17:13:28 +1300
committerGarming Sam <garming@samba.org>2016-05-03 08:10:09 +0200
commit3b2f9f87566cc878ef3a31478ac7c104a302f354 (patch)
tree8886c2a5f18217dde5101c89a81198ac6599be5f /selftest/selftest.pl
parent5caebde11d1a25581e5f8d7c7f7deadfeae7759e (diff)
downloadsamba-3b2f9f87566cc878ef3a31478ac7c104a302f354.tar.gz
tests/dns_forwarder: Add testing for DNS forwarding
The new tests show that single and multiple forwarders work as expected. They also describe the behaviour encountered when the DNS server encounters a CNAME from a forwarded request (which is not to pursue any further). Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Pair-programmed-with: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index ff5f27d0855..7b4d4decb08 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -833,6 +833,8 @@ my @exported_envvars = (
"WINBINDD_PRIV_PIPE_DIR",
"NMBD_SOCKET_DIR",
"LOCAL_PATH",
+ "DNS_FORWARDER1",
+ "DNS_FORWARDER2",
# nss_wrapper
"NSS_WRAPPER_PASSWD",