summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2011-11-11 00:32:09 +0100
committerKai Blin <kai@samba.org>2011-11-17 15:25:58 +0100
commite5ebda41563ed6152bae9ffcf873eeee679878de (patch)
treeb53aef7d8f7ab20f8610350c4d54883af0d8615f /source4/selftest
parentef4bda5c767215f09c035192587a9a29e8a3754a (diff)
downloadsamba-e5ebda41563ed6152bae9ffcf873eeee679878de.tar.gz
samba-e5ebda41563ed6152bae9ffcf873eeee679878de.tar.bz2
samba-e5ebda41563ed6152bae9ffcf873eeee679878de.zip
s4 dns: Add a first test case
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 0c755d1580..f465396fe1 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -293,6 +293,9 @@ for f in sorted(os.listdir(os.path.join(samba4srcdir, "../pidl/tests"))):
if f.endswith(".pl"):
planperltestsuite("pidl.%s" % f[:-3], os.path.normpath(os.path.join(samba4srcdir, "../pidl/tests", f)))
+# DNS tests
+planpythontestsuite("dc", "samba.tests.dns")
+
# Blackbox Tests:
# tests that interact directly with the command-line tools rather than using
# the API. These mainly test that the various command-line options of commands