From 2ac2001548c5446167d1e3afd6acd4437da84bb1 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 16 May 2012 09:11:40 +0200 Subject: [PATCH] s3:selftest: run smbtorture3 CLEANUP3 in the s3dc:local environment metze --- source3/selftest/tests.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 0682f8bad42c..07014ebf327e 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -90,6 +90,10 @@ for t in tests: plantestsuite("samba3.smbtorture_s3.crypt(s3dc).%s" % t, "s3dc", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER_IP/tmp', '$USERNAME', '$PASSWORD', binpath('smbtorture3'), "-e", "-l $LOCAL_PATH"]) plantestsuite("samba3.smbtorture_s3.plain(dc).%s" % t, "dc", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER_IP/tmp', '$USERNAME', '$PASSWORD', binpath('smbtorture3'), "", "-l $LOCAL_PATH"]) +env = "s3dc:local" +t = "CLEANUP3" +plantestsuite("samba3.smbtorture_s3.plain(%s).%s" % (env, t), env, [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER_IP/tmp', '$USERNAME', '$PASSWORD', binpath('smbtorture3'), "", "-l $LOCAL_PATH"]) + local_tests=[ "LOCAL-SUBSTITUTE", "LOCAL-GENCACHE", -- 2.34.1