summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-02-29 12:48:21 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-02-29 12:14:05 +0100
commit7cc19afb1f739d68da852019ff709248b4dce97c (patch)
tree47f9d938ffd514cc02a654e24f6f72cb0408e4e6 /source4/selftest
parent89fb6da8d074be1f02a9f41d125a407fb44689b0 (diff)
downloadsamba-7cc19afb1f739d68da852019ff709248b4dce97c.tar.gz
samba-7cc19afb1f739d68da852019ff709248b4dce97c.tar.bz2
samba-7cc19afb1f739d68da852019ff709248b4dce97c.zip
selftest: add more tests for plugin_s4_dc
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Feb 29 12:14:05 CET 2012 on sn-devel-104
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 91d379b50c..5ad9861b92 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -375,7 +375,7 @@ wb_opts = ["--option=\"torture:strict mode=no\"", "--option=\"torture:timelimit=
winbind_struct_tests = smb4torture_testsuites("winbind.struct")
winbind_ndr_tests = smb4torture_testsuites("winbind.ndr")
-for env in ["dc", "s4member"]:
+for env in ["plugin_s4_dc", "dc", "s4member"]:
for t in winbind_struct_tests:
plansmbtorturetestsuite(t, env, wb_opts + ['//_none_/_none_'])
@@ -383,7 +383,7 @@ for env in ["dc", "s4member"]:
plansmbtorturetestsuite(t, env, wb_opts + ['//_none_/_none_'])
nsstest4 = binpath("nsstest")
-for env in ["dc", "s4member", "s3dc", "s3member", "member"]:
+for env in ["plugin_s4_dc", "dc", "s4member", "s3dc", "s3member", "member"]:
if os.path.exists(nsstest4):
plantestsuite("samba4.nss.test using winbind(%s)" % env, env, [os.path.join(bbdir, "nsstest.sh"), nsstest4, os.path.join(samba4bindir, "default/nsswitch/libnss-winbind.so")])
else: