summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2019-08-26 11:22:35 -0700
committerJeremy Allison <jra@samba.org>2019-09-03 17:31:28 +0000
commit3355601fe8541994cc41f5ed800aab9b6a2294f4 (patch)
tree8ddaeabd22be2b411811e1c4418d2c3ef4e5ab52 /source3/selftest
parent0d9b1645499ce12a79a137d3482434aa5d2eb47c (diff)
downloadsamba-3355601fe8541994cc41f5ed800aab9b6a2294f4.tar.gz
s3/4: libsmbclient test. Test using smbc_telldir/smbc_lseekdir with smbc_readdir/smbc_readdirplus/smbc_getdents.
Ensure that for file access you can mix any of these three access methods for directory entries and the returned names/structs stay in sync across telldir/seekdir changes. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14094 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Sep 3 17:31:29 UTC 2019 on sn-devel-184
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 8bdc7038362..589c3347b84 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -509,7 +509,8 @@ nbt = ["nbt.dgram"]
libsmbclient = ["libsmbclient.version", "libsmbclient.initialize",
"libsmbclient.configuration", "libsmbclient.setConfiguration",
"libsmbclient.options", "libsmbclient.opendir",
- "libsmbclient.list_shares", "libsmbclient.readdirplus"]
+ "libsmbclient.list_shares", "libsmbclient.readdirplus",
+ "libsmbclient.readdirplus_seek"]
vfs = [
"vfs.fruit",