tests: Start testing reparsepoints
authorVolker Lendecke <vl@samba.org>
Thu, 10 Nov 2022 17:31:11 +0000 (18:31 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 22 Nov 2022 18:27:33 +0000 (18:27 +0000)
commit45091febd2aaeb9b030c8c14a4f44fe6e7f297bf
treeeb950eb8674b6e42f7155add229aa8d8573db6a5
parentc58c826e43c3b847b0cea3c8b6344274196506ca
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>
python/samba/tests/reparsepoints.py [new file with mode: 0644]
selftest/skip
source3/selftest/tests.py