s3:selftest: run smbtorture3 CLEANUP3 in the s3dc:local environment master3-smb2
authorStefan Metzmacher <metze@samba.org>
Wed, 16 May 2012 07:11:40 +0000 (09:11 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 16 May 2012 07:11:40 +0000 (09:11 +0200)
metze

source3/selftest/tests.py

index 0682f8bad42c4e74ea759b7b3c837fe8eeb2d8b5..07014ebf327e277a9e6a4a8428345fb0ad62d15c 100755 (executable)
@@ -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",