diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-12-08 02:42:28 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-12-08 04:57:52 +0100 |
commit | a47970cae60bde303f126299fa9930a2f25cc165 (patch) | |
tree | ab28cbf22dfecc5b18a8ed28cd1e6ffab88472c3 /source4/selftest/tests.py | |
parent | 8878949ff5d8261657f950ec1c372e35aae7c8de (diff) | |
download | samba-a47970cae60bde303f126299fa9930a2f25cc165.tar.gz samba-a47970cae60bde303f126299fa9930a2f25cc165.tar.xz 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/tests.py')
-rwxr-xr-x | source4/selftest/tests.py | 1 |
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") |