From 52f0dedc1a63c75f87adc0f70f10aae2b2bfaf72 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 6 Sep 2012 14:26:57 +1000 Subject: 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 --- source4/selftest/tests.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/selftest') 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"); -- cgit