From 16ecda3f11e7398bf3d493b89abb5afabc714f1a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 11 Mar 2012 04:45:05 +1100 Subject: selftest: fix running additional smbclient test for non-spnego session setup Autobuild-User: Andrew Bartlett Autobuild-Date: Sat Mar 10 20:46:05 CET 2012 on sn-devel-104 --- source3/selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/selftest/tests.py') 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]) -- cgit