summaryrefslogtreecommitdiff
path: root/source3/selftest/tests.py
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2022-11-07 14:57:04 +0100
committerJeremy Allison <jra@samba.org>2022-11-07 21:57:33 +0000
commite8848a3eab8fc43132640f67b858780f43f2b07c (patch)
tree0c4b5353fb6d8a5920774bab36ac0f9046327d2a /source3/selftest/tests.py
parent8b4a3c12a0d6f08827237aba5af3c1e3eb1c43e8 (diff)
downloadsamba-e8848a3eab8fc43132640f67b858780f43f2b07c.tar.gz
torture: Show that "hide new files timeout" also hides directories
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/selftest/tests.py')
-rwxr-xr-xsource3/selftest/tests.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 6c20914476c..2155866923f 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -202,6 +202,17 @@ plantestsuite("samba3.smbtorture_s3.hidenewfiles",
smbtorture3,
"",
"-l $LOCAL_PATH"])
+plantestsuite("samba3.smbtorture_s3.hidenewfiles_showdirs",
+ "simpleserver",
+ [os.path.join(samba3srcdir,
+ "script/tests/test_smbtorture_s3.sh"),
+ 'hide-new-files-timeout-showdirs',
+ '//$SERVER_IP/hidenewfiles',
+ '$USERNAME',
+ '$PASSWORD',
+ smbtorture3,
+ "",
+ "-l $LOCAL_PATH"])
#
# MSDFS attribute tests.