diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-10-05 11:46:25 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-11 18:50:40 +0200 |
commit | 1aa291c331c29c2f5ee4572b660c4c2061755856 (patch) | |
tree | 0a3b3280712a93d5e56a6987be17e89f9a3d9afb /source4/selftest | |
parent | 1080b6c2caf1191fd896f3caf38e576a00b01982 (diff) | |
download | samba-1aa291c331c29c2f5ee4572b660c4c2061755856.tar.gz samba-1aa291c331c29c2f5ee4572b660c4c2061755856.tar.bz2 samba-1aa291c331c29c2f5ee4572b660c4c2061755856.zip |
selftest: Move some tests to common test script.
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 756b28c4e0..d99c4b0513 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -417,7 +417,6 @@ def planoldpythontestsuite(env, module, name=None, extra_path=[], environ={}, ex name = module plantestsuite(name, env, args) -planpythontestsuite("none", "selftest.tests.test_suite", extra_path=[srcdir()]) planpythontestsuite("none", "api", name="ldb.python", extra_path=['lib/ldb/tests/python']) planpythontestsuite("none", "samba.tests.credentials") planoldpythontestsuite("dc:local", "samba.tests.gensec", extra_args=['-U"$USERNAME%$PASSWORD"']) @@ -450,7 +449,6 @@ planpythontestsuite("dc:local", "samba.tests.samba_tool.user") planpythontestsuite("dc:local", "samba.tests.samba_tool.group") planpythontestsuite("plugin_s4_dc:local", "samba.tests.samba_tool.ntacl") -planpythontestsuite("none", "subunit") planpythontestsuite("dc:local", "samba.tests.dcerpc.rpcecho") planpythontestsuite("none", "wafsamba.tests.test_suite", extra_path=[os.path.join(samba4srcdir, "..", "buildtools"), os.path.join(samba4srcdir, "..", "buildtools", "wafadmin")]) planoldpythontestsuite("dc:local", "samba.tests.dcerpc.registry", extra_args=['-U"$USERNAME%$PASSWORD"']) |