selftest: Add tests for the dlz_bind9 module
[kai/samba.git] / source4 / selftest / tests.py
index b9944cb799c9e84a1cf6a654e03c8191853d0df7..fd4b6692d28ce19bcd1cd7c064a0d9a9a60a074a 100755 (executable)
@@ -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");