From: Andreas Schneider Date: Thu, 21 Dec 2017 16:24:01 +0000 (+0100) Subject: s3:selftest: Run the smbtorture3 TLDAP test X-Git-Tag: ldb-1.3.2~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0258122535dbe1154a18d787e54728edfb09d10b;p=thirdparty%2Fsamba.git s3:selftest: Run the smbtorture3 TLDAP test Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 89c8d6035e3..5232aecb609 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -92,6 +92,9 @@ for t in tests: plantestsuite("samba3.smbtorture_s3.crypt_server(nt4_dc).%s" % t, "nt4_dc", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER_IP/tmpenc', '$USERNAME', '$PASSWORD', smbtorture3, "", "-l $LOCAL_PATH"]) plantestsuite("samba3.smbtorture_s3.plain(ad_dc_ntvfs).%s" % t, "ad_dc_ntvfs", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER_IP/tmp', '$USERNAME', '$PASSWORD', smbtorture3, "", "-l $LOCAL_PATH"]) +t = "TLDAP" +plantestsuite("samba3.smbtorture_s3.plain.%s(ad_dc)" % t, "ad_dc", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER/tmp', '$DC_USERNAME', '$DC_PASSWORD', smbtorture3, "", "-l $LOCAL_PATH"]) + # # RENAME-ACCESS needs to run against a special share - acl_xattr_ign_sysacl_windows #