diff options
author | Jeremy Allison <jra@samba.org> | 2019-08-26 11:22:35 -0700 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2019-09-18 13:51:56 +0000 |
commit | d702f66290159d72c8f3c5d08ec9e9f23772611f (patch) | |
tree | 298297b39f78296c400451df5137ea6e4e789248 /source3/selftest/tests.py | |
parent | 411eb45f2c9b9019d8a54c3c7092a3c0fc515e15 (diff) | |
download | samba-d702f66290159d72c8f3c5d08ec9e9f23772611f.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
(cherry picked from commit 3355601fe8541994cc41f5ed800aab9b6a2294f4)
Autobuild-User(v4-11-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-11-test): Wed Sep 18 13:51:56 UTC 2019 on sn-devel-184
Diffstat (limited to 'source3/selftest/tests.py')
-rwxr-xr-x | source3/selftest/tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 20f2eea7661..5b5a1978988 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -495,7 +495,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", |