The branch, master has been updated
via 16ecda3 selftest: fix running additional smbclient test for
non-spnego session setup
from 7bd1dc5 s3: fix build on AIX
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 16ecda3f11e7398bf3d493b89abb5afabc714f1a
Author: Andrew Bartlett <[email protected]>
Date: Sun Mar 11 04:45:05 2012 +1100
selftest: fix running additional smbclient test for non-spnego session setup
Autobuild-User: Andrew Bartlett <[email protected]>
Autobuild-Date: Sat Mar 10 20:46:05 CET 2012 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
source3/selftest/tests.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index f0e1003..ad3e67b 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])
--
Samba Shared Repository