From 584ac76a4f959ee8fa491407e3039a34bc5c627a Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Thu, 7 Oct 2010 09:42:07 +0200 Subject: s4:ldap.py - split it up and move SAM related stuff to sam.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ldap.py would still need some additional split-up but it's a start. Autobuild-User: Matthias Dieter Wallnöfer Autobuild-Date: Fri Oct 8 14:05:18 UTC 2010 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 c6ba750c72..da5df978b1 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -470,6 +470,7 @@ planpythontestsuite("none", "subunit") planpythontestsuite("dc:local", "samba.tests.dcerpc.rpcecho") plantestsuite_idlist("samba.tests.dcerpc.registry", "dc:local", [subunitrun, '-U"$USERNAME%$PASSWORD"', "samba.tests.dcerpc.registry"]) plantestsuite("samba4.ldap.python(dc)", "dc", [python, os.path.join(samba4srcdir, "dsdb/tests/python/ldap.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']) plantestsuite("samba4.schemaInfo.python(dc)", "dc", ['PYTHONPATH="$PYTHONPATH:%s"' % os.path.join(samba4srcdir, 'dsdb/tests/python'), subunitrun, 'dsdb_schema_info', '-U"$DOMAIN/$DC_USERNAME%$DC_PASSWORD"']) plantestsuite("samba4.urgent_replication.python(dc)", "dc", [python, os.path.join(samba4srcdir, "dsdb/tests/python/urgent_replication.py"), '$PREFIX_ABS/dc/private/sam.ldb']) for env in ["dc", "fl2000dc", "fl2003dc", "fl2008r2dc"]: -- cgit