From a47970cae60bde303f126299fa9930a2f25cc165 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 8 Dec 2011 02:42:28 +0100 Subject: Add tests for srvsvc python interface. Thanks Dhananjay Sathe Autobuild-User: Jelmer Vernooij Autobuild-Date: Thu Dec 8 04:57:52 CET 2011 on sn-devel-104 --- source4/selftest/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/selftest') 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") -- cgit