summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-12-08 02:42:28 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-12-08 04:57:52 +0100
commita47970cae60bde303f126299fa9930a2f25cc165 (patch)
treeab28cbf22dfecc5b18a8ed28cd1e6ffab88472c3 /source4/selftest
parent8878949ff5d8261657f950ec1c372e35aae7c8de (diff)
downloadsamba-a47970cae60bde303f126299fa9930a2f25cc165.tar.gz
samba-a47970cae60bde303f126299fa9930a2f25cc165.tar.bz2
samba-a47970cae60bde303f126299fa9930a2f25cc165.zip
Add tests for srvsvc python interface. Thanks Dhananjay Sathe
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Dec 8 04:57:52 CET 2011 on sn-devel-104
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 613f5a1143..9bb622b56e 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -427,6 +427,7 @@ planpythontestsuite("dc:local", "samba.tests.dsdb")
planpythontestsuite("none", "samba.tests.netcmd")
planpythontestsuite("dc:local", "samba.tests.dcerpc.bare")
planpythontestsuite("dc:local", "samba.tests.dcerpc.unix")
+planpythontestsuite("dc:local", "samba.tests.dcerpc.srvsvc")
planpythontestsuite("none", "samba.tests.dcerpc.rpc_talloc")
planpythontestsuite("none", "samba.tests.samdb")
planpythontestsuite("none", "samba.tests.hostconfig")