summaryrefslogtreecommitdiff
path: root/python/samba/tests/libsmb-basic.py
AgeCommit message (Collapse)AuthorFilesLines
2022-12-20tests: add a Python test for case insensitive accessRalph Boehme1-0/+52
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Dec 20 01:32:07 UTC 2022 on sn-devel-184
2022-10-27tests: Use samba.tests.libsmb.LibsmbTests in libsmb-basic.pyVolker Lendecke1-33/+22
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2022-10-27tests: Rename python/samba/tests/libsmb.pyVolker Lendecke1-0/+157
samba/libsmb.py will become a common file to do the library initialization for our tests. We already have two copies in smb3unix.py and libsmb.py, and there might be more soon. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>