diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-11 04:45:05 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-03-10 20:46:05 +0100 |
commit | 16ecda3f11e7398bf3d493b89abb5afabc714f1a (patch) | |
tree | 940a1d410e937a95f498fc3ce33a040491475df5 | |
parent | 7bd1dc5dd5d0da9c5e476fc709f9cf1065203185 (diff) | |
download | samba-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
-rwxr-xr-x | source3/selftest/tests.py | 2 |
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]) |