summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2011-10-18 12:44:02 +1100
committerAndrew Tridgell <tridge@samba.org>2011-10-20 05:53:05 +0200
commit7ca0bed38d35948f05e30f52d2bf4c391bfc1711 (patch)
treeb33b51f1e59776f440a0718af677fba58dc5dc55 /source4/selftest
parentb619705c22f62a763a83fe57508b16af24a22ef0 (diff)
downloadsamba-7ca0bed38d35948f05e30f52d2bf4c391bfc1711.tar.gz
samba-7ca0bed38d35948f05e30f52d2bf4c391bfc1711.tar.bz2
samba-7ca0bed38d35948f05e30f52d2bf4c391bfc1711.zip
s4-selftest: Add tests for RPC dnsserver
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 70a0f5391e..f7847645dd 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -424,6 +424,7 @@ planpythontestsuite("none", "samba.tests.samba3sam")
planpythontestsuite("none", "subunit")
planpythontestsuite("dc:local", "samba.tests.dcerpc.rpcecho")
plantestsuite_idlist("samba.tests.dcerpc.registry", "dc:local", [subunitrun, "$LISTOPT", '-U"$USERNAME%$PASSWORD"', "samba.tests.dcerpc.registry"])
+plantestsuite_idlist("samba.tests.dcerpc.dnsserver(dc)", "dc", [subunitrun, "$LISTOPT", '-U"$USERNAME%$PASSWORD"', "samba.tests.dcerpc.dnsserver"])
plantestsuite("samba4.ldap.python(dc)", "dc", [python, os.path.join(samba4srcdir, "dsdb/tests/python/ldap.py"), '$SERVER', '-U"$USERNAME%$PASSWORD"', '-W', '$DOMAIN'])
plantestsuite("samba4.tokengroups.python(dc)", "dc:local", [python, os.path.join(samba4srcdir, "dsdb/tests/python/token_group.py"), '$SERVER', '-U"$USERNAME%$PASSWORD"', '-W', '$DOMAIN'])
plantestsuite("samba4.sam.python(dc)", "dc", [python, os.path.join(samba4srcdir, "dsdb/tests/python/sam.py"), '$SERVER', '-U"$USERNAME%$PASSWORD"', '-W', '$DOMAIN'])