From: Stefan Metzmacher Date: Wed, 16 May 2012 07:11:40 +0000 (+0200) Subject: s3:selftest: run smbtorture3 CLEANUP3 in the s3dc:local environment X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=2ac2001548c5446167d1e3afd6acd4437da84bb1 s3:selftest: run smbtorture3 CLEANUP3 in the s3dc:local environment metze --- 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",