summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2022-11-10 18:31:11 +0100
committerJeremy Allison <jra@samba.org>2022-11-22 18:27:33 +0000
commit45091febd2aaeb9b030c8c14a4f44fe6e7f297bf (patch)
treeeb950eb8674b6e42f7155add229aa8d8573db6a5 /source3/selftest
parentc58c826e43c3b847b0cea3c8b6344274196506ca (diff)
downloadsamba-45091febd2aaeb9b030c8c14a4f44fe6e7f297bf.tar.gz
tests: Start testing reparsepoints
This still all fails, but if you run them against Windows they work. How to run: PYTHONPATH=bin/python \ LOCAL_PATH=/tmp \ SMB1_SHARE=share \ SMB2_SHARE=share \ SHARENAME=share \ SERVER_IP=<server-ip> \ DOMAIN=<your-domain> \ USERNAME=Administrator \ PASSWORD=<your-password> \ SMB_CONF_PATH=/usr/local/samba/etc/smb.conf \ SERVERCONFFILE="$SMB_CONF_PATH" \ python3 -m samba.subunit.run samba.tests.reparsepoints 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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index f6cc6e0c639..dceed0e0072 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -1687,3 +1687,4 @@ for t in CLUSTERED_LOCAL_TESTS:
"-N 1000 -o 2000"])
planpythontestsuite("fileserver", "samba.tests.smb3unix")
+planpythontestsuite("fileserver", "samba.tests.reparsepoints")