summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-06 14:26:57 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-09-06 15:22:26 +1000
commit52f0dedc1a63c75f87adc0f70f10aae2b2bfaf72 (patch)
treea0ad48863e88a0fa757459f82c4ed6249f4e78b3 /source4/selftest
parent0d99175f2afb4badd61ba903f3752a0207b049a3 (diff)
downloadsamba-52f0dedc1a63c75f87adc0f70f10aae2b2bfaf72.tar.gz
samba-52f0dedc1a63c75f87adc0f70f10aae2b2bfaf72.tar.bz2
samba-52f0dedc1a63c75f87adc0f70f10aae2b2bfaf72.zip
selftest: Add tests for the dlz_bind9 module
This will help ensure that we do not break the fundemental loading etc. From here, it should be easy to extend this to more comprehensive tests. Andrew Bartlett
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index b9944cb799..fd4b6692d2 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -296,6 +296,10 @@ for f in sorted(os.listdir(os.path.join(samba4srcdir, "../pidl/tests"))):
# DNS tests
planpythontestsuite("dc", "samba.tests.dns")
+# Local tests
+for t in smb4torture_testsuites("dlz_bind9."):
+ #The dlz_bind9 tests needs to look at the DNS database
+ plansmbtorturetestsuite(t, "dc:local", "ncalrpc:localhost")
planpythontestsuite("s3dc", "samba.tests.libsmb_samba_internal");