summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-06-14 21:55:09 -0700
committerJeremy Allison <jra@samba.org>2019-06-20 17:18:18 +0000
commitb20231a1abb6d790dcb667f7010ec3b0b1ecb00b (patch)
treef851727c31ceb5c03c02dcce0f4da14ea6e1bf7f /source3/selftest
parent2f1a459b7425db316d6c066115889134e67fa2cd (diff)
downloadsamba-b20231a1abb6d790dcb667f7010ec3b0b1ecb00b.tar.gz
torture3: Test blocking posix locks
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 9dec692cb5a..df30cb49cec 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -156,7 +156,9 @@ for s in shares:
plansmbtorture4testsuite(t, "simpleserver", "//%s/%s %s" % ('$SERVER_IP', s, ' -U$USERNAME%$PASSWORD'), description=s)
posix_tests = ["POSIX", "POSIX-APPEND", "POSIX-SYMLINK-ACL", "POSIX-SYMLINK-EA", "POSIX-OFD-LOCK",
- "POSIX-STREAM-DELETE", "WINDOWS-BAD-SYMLINK", "POSIX-MKDIR"]
+ "POSIX-STREAM-DELETE", "WINDOWS-BAD-SYMLINK", "POSIX-MKDIR",
+ "POSIX-BLOCKING-LOCK",
+ ]
for t in posix_tests:
plantestsuite("samba3.smbtorture_s3.plain.%s" % t, "nt4_dc", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER_IP/posix_share', '$USERNAME', '$PASSWORD', smbtorture3, "", "-l $LOCAL_PATH"])