summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-03-11 04:45:05 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-03-10 20:46:05 +0100
commit16ecda3f11e7398bf3d493b89abb5afabc714f1a (patch)
tree940a1d410e937a95f498fc3ce33a040491475df5 /source3/selftest
parent7bd1dc5dd5d0da9c5e476fc709f9cf1065203185 (diff)
downloadsamba-16ecda3f11e7398bf3d493b89abb5afabc714f1a.tar.gz
samba-16ecda3f11e7398bf3d493b89abb5afabc714f1a.tar.bz2
samba-16ecda3f11e7398bf3d493b89abb5afabc714f1a.zip
selftest: fix running additional smbclient test for non-spnego session setup
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Mar 10 20:46:05 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index f0e1003048..ad3e67b59e 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -129,7 +129,7 @@ tests=["--ping", "--separator",
for options in ["--option=clientusespnego=no", " --option=clientntlmv2auth=no --option=clientlanmanauth=yes --max-protocol=LANMAN2", ""]:
env = "s3dc"
- plantestsuite("samba3.blackbox.smbclient_auth.plain (%s) %s" % (env, options), env, [os.path.join(samba3srcdir, "script/tests/test_smbclient_auth.sh"), '$SERVER', '$SERVER_IP', '$DC_USERNAME', '$DC_PASSWORD', binpath('smbclient3'), configuration])
+ plantestsuite("samba3.blackbox.smbclient_auth.plain (%s) %s" % (env, options), env, [os.path.join(samba3srcdir, "script/tests/test_smbclient_auth.sh"), '$SERVER', '$SERVER_IP', '$DC_USERNAME', '$DC_PASSWORD', binpath('smbclient3'), configuration, options])
for env in ["s3dc", "member", "s3member"]:
plantestsuite("samba3.blackbox.smbclient_auth.plain (%s)" % env, env, [os.path.join(samba3srcdir, "script/tests/test_smbclient_auth.sh"), '$SERVER', '$SERVER_IP', '$DC_USERNAME', '$DC_PASSWORD', binpath('smbclient3'), configuration])