From febde1653a8ddf4ae61271a75f8b915d127989aa Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 22 Sep 2014 01:24:49 +0200 Subject: selftst: run the smbtorture3 local tests in the "none" environment Signed-off-by: Michael Adam Reviewed-by: Volker Lendecke --- source3/selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 126c26c7d3..f3ecdff813 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -114,7 +114,7 @@ local_tests = [ "LOCAL-remove_duplicate_addrs2"] for t in local_tests: - plantestsuite("samba3.smbtorture_s3.%s" % t, "s3dc", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER_IP/tmp', '$USERNAME', '$PASSWORD', smbtorture3, "-e"]) + plantestsuite("samba3.smbtorture_s3.%s" % t, "none", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//foo/bar', '""', '""', smbtorture3, ""]) plantestsuite("samba.vfstest.stream_depot", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/stream-depot/run.sh"), binpath("vfstest"), "$PREFIX", configuration]) plantestsuite("samba.vfstest.xattr-tdb-1", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/xattr-tdb-1/run.sh"), binpath("vfstest"), "$PREFIX", configuration]) -- cgit